Overview
Profile images uploaded via Avatar > Edit Profile > Photos are not loading in IE (Internet Explorer) whereas it loads fine in Chrome and Firefox.
Environment
- Jive
- AWS Version - Any
Root Cause
Due to security, Jive added the X-Content-Type-Options = 'nosniff'
header on Dec 2017 (JCLDALL-13566), which prevents IE from MIME-sniffing a response away from the declared Content-Type. As a result, IE no longer displays the JPEG due to content-type mismatch.
Resolution
Set jive.contenttype.options.header.enabled
to false
to disable X-Content-Type-Options
= 'nosniff'
header.
Comments
0 comments
Article is closed for comments.