CSP directives #115
Answered
by
cawa-93
luffynando
asked this question in
Q&A
CSP directives
#115
-
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval'"> vs <meta http-equiv="Content-Security-Policy" content="script-src 'self' blob:"> First option shows electron app warning security vs second works apparently good, what is advantages for use option one or option two? |
Beta Was this translation helpful? Give feedback.
Answered by
cawa-93
Feb 24, 2021
Replies: 1 comment
-
First example was added after this and must be changed after this. It's just that I haven't had time to make changes yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cawa-93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First example was added after this and must be changed after this. It's just that I haven't had time to make changes yet.