Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix security warning in console #17

Closed
marekrogala opened this issue Mar 9, 2020 · 3 comments
Closed

Fix security warning in console #17

marekrogala opened this issue Mar 9, 2020 · 3 comments
Assignees

Comments

@marekrogala
Copy link
Contributor

marekrogala commented Mar 9, 2020

When you run the app, devtools console displays a warning as below. We need to fix it.

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.

image

@wojdziw
Copy link
Contributor

wojdziw commented Mar 22, 2020

@marekrogala I'm not sure we'll be able to fix this - ptal @ anderejd/electron-wasm-rust-example#6. We seem to have a lot of WASM dependencies in yarn.lock.

@wojdziw
Copy link
Contributor

wojdziw commented Mar 22, 2020

@marekrogala
Copy link
Contributor Author

Thanks for checking! that's enough for me to justify closing this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants