add unsafe-inline
This commit is contained in:
parent
94aa334834
commit
c3cdb04e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const config = {
|
||||||
csp: {
|
csp: {
|
||||||
mode: 'auto',
|
mode: 'auto',
|
||||||
directives: {
|
directives: {
|
||||||
'script-src': ['self', 'unsafe-eval']
|
'script-src': ['self', 'unsafe-eval', 'unsafe-inline']
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// prerender: {
|
// prerender: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue