Electron Security Warning (Insecure Content-Security-Policy)
警告信息
Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security Policy set or a policy with "unsafe-eval" enabled. This exposes users of this app to unnecessary security risks. For more information and help, consult https://electronjs.org/docs/tutorial/security. This warning will not show up once the app is packaged.
解决办法
electron/main.js
添加:
javascript
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true'
最近更新:10/11/2024, 5:05:59 AM
原文链接:Electron Security Warning (Insecure Content-Security-Policy)
上一篇:Ubuntu 22.04 换国内镜像源|下一篇:DockerCompose