Webreport - wrong content type of returned javascript files by WebResource.axd
Hi,
I have a problem when developing a WebReport on MVC page.
I get an error:
"Refused to execute script from 'localhost/WebResource.axd?d=pqJEDHx1X9ladrxBuPLLJCn8asoCvoksGW-pO??¦J-67dCMn_AKNXIE0-6aNyZPw-zlCRYtK8cQQXMroqp9-vntkZVcn0&t=636213816685506738' because its MIME type ('text/js') is not executable, and strict MIME type checking is enabled."
The javascript file returned by WebResource.axd has Content-Type "text/js" instead of "text/Javascript".
Do you know how to change it?
I have a problem when developing a WebReport on MVC page.
I get an error:
"Refused to execute script from 'localhost/WebResource.axd?d=pqJEDHx1X9ladrxBuPLLJCn8asoCvoksGW-pO??¦J-67dCMn_AKNXIE0-6aNyZPw-zlCRYtK8cQQXMroqp9-vntkZVcn0&t=636213816685506738' because its MIME type ('text/js') is not executable, and strict MIME type checking is enabled."
The javascript file returned by WebResource.axd has Content-Type "text/js" instead of "text/Javascript".
Do you know how to change it?
Comments