No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist pl

微生高谊
2023-12-01
解决办法
index.html 中添加
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">
 类似资料: