“No Content-Security-Policy meta tag found.” error in my phonegap application

后端 未结 6 702
再見小時候
再見小時候 2020-11-27 10:28

After update Cordova 5.0 in my system, I create new applications. When I tested my application on a device that time I get an error in the console log:

No Co         


        
6条回答
  •  渐次进展
    2020-11-27 10:39

    There are errors in your meta tag.

    Yours:

    
    

    Note the colon after "script-src", and the end double-quote of the meta tag.

提交回复
热议问题