I use the ASP.NET platform to create a web page. Inside the page, I used several images / icons. For security reasons, I used "X-Content-Type-Options: nosniff" in the web.config file. When I deploy a webpage in IE, some images / icons are not displayed. But the same page works fine in Firefox and Chrome.
When I remove the "X-Content-Type-Options: nosniff" statement from web.config, everything works fine in IE. But for security purposes I have to use this expression. At the same time, missing images / icons should be displayed in IE.
So, can anyone help me solve this problem with the instruction "X-Content-Type-Options: nosniff".
Thanks in advance,
source share