Resource blocked due to MIME type mismatch (X-Content-Type-Options: nosniff)

后端 未结 14 1014
伪装坚强ぢ
伪装坚强ぢ 2020-12-13 11:53

I am developing a web page using JavaScript and HTML, everything was working good when I have received this list of errors from my HTML page:



        
14条回答
  •  萌比男神i
    2020-12-13 12:31

    It happened to me for wrong tag. By mistake I add the js file in link tag.

    Example: (The Wrong One)

    
    

    It solved by using the correct tag for javascript. Example:

    
    

提交回复
热议问题