because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
是由于header 中加了 X-Content-Type-Options:nosniff 导致的
spring 框架 出现这个错误,是未给js文件授权用户访问造成的
是由于header 中加了 X-Content-Type-Options:nosniff 导致的
spring 框架 出现这个错误,是未给js文件授权用户访问造成的