Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Hi,
When scripts are requested from eo_web.ashx, response headers contain Content-Type: text/html
This is causing issues when I also add this header (recommended for additional security) X-Content-Type-Options: nosniff
Browsers (IE11, some versions of Chrome) block scripts execution when nosniff is specified. I've tested that with controls version 16.1.32.0.
Regards, Artem
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,275
|
Hi, You can choose to generate physical .js files to avoid this problem: http://www.essentialobjects.com/doc/web/installationanddeployment/deploy.aspxLook for "Physical script files" section. Thanks!
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Thanks, will try that.
|