微信小程序中使用web-view 引用如外部页面。当外部页面添加Content-Security-Policy 后再删除,小程序会始终提示
EvalError: Refused to create a WebAssembly object because 'unsafe-eval' or 'wasm-unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'
事实上对应页面已经删除 Content Security Policy
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。