Recently we have added X-Content-Type-Options: nosniff header to IIS as a part of security fixes. then we started facing issue with SSRS reports are rending properly in IE11. we debugged with F12 options and identified the server is blocking SSRS report default java scripts. And the MIME types in report is text/javascript which is blocking by IIS.
If we remove these headers in IIS then report is working fine. So, is there any solution to make application works with keeping headers?