-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Affects Version/s: 5.8.17, 5.9.4
-
Component/s: Editor - Page / Comment Editor
-
Environment:
Reproduced in 5.8.17 and 5.9.4 with IE10, 11.
Not reproduced on Chrome.
-
2
-
Severity 3 - Minor
Summary
When configuring NGINX proxy to add 'X-Content-Type-Options nosniff' header, IE 10,11 will not be able to display the Space Blueprint images.
This problem does not happen on Chrome.
Environment
Reproduced in 5.8.17 and 5.9.4
Steps to Reproduce
- Install Confluence
- Install NGINX
- Follow the steps here to configure NGINX proxy
- add this to the configuration add_header X-Content-Type-Options nosniff; after the proxy_pass
- Restart NGINX
- Restart Confluence
- Login to Confluence in IE 10 or 11
- Open the Create dialog using the 3 dots ...
Expected Results
Space Blueprint images should appear properly.
Actual Results
Space Blueprint images don't show
Workaround
- Comment out this add_header X-Content-Type-Options nosniff; from the configuration file.
- Use Chrome instead of IE