有什么办法可以strict MIME type checking
在 Chrome 中禁用。
实际上,我正在跨域发出 JSONP 请求。它在 Firefox 上运行良好,但是,在使用 chrome 时,它在控制台中出现了一些错误。
拒绝执行来自“ https://example.com ”的脚本,因为其 MIME 类型(“text/plain”)不可执行,并且启用了严格的 MIME 类型检查。
它在 Mozilla 中完美运行.. 问题仅在 chrome 中出现
这是请求的响应标头..
Cache-Control:no-cache, no-store
Connection:Keep-Alive
Content-Length:29303
Content-Type:text/plain;charset=ISO-8859-1
Date: xxxx
Expires:-1
Keep-Alive:timeout=5
max-age:Thu, 01 Jan 1970 00:00:00 GMT
pragma:no-cache
Set-Cookie:xxxx
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options:nosniff
X-Frame-Options:SAMEORIGIN
我认为的解决方法:从外部将内容类型设置为application/javascript