goddammit
This commit is contained in:
parent
7f36ff9e96
commit
585367118d
1 changed files with 2 additions and 1 deletions
|
|
@ -33,8 +33,9 @@ const config = {
|
||||||
csp: {
|
csp: {
|
||||||
mode: 'auto',
|
mode: 'auto',
|
||||||
directives: {
|
directives: {
|
||||||
'default-src': ['self', '*.typekit.net'],
|
'default-src': ['self'],
|
||||||
'img-src': ['self', '*.cloudinary.com', 'data:'],
|
'img-src': ['self', '*.cloudinary.com', 'data:'],
|
||||||
|
'style-src': ['self', 'unsafe-inline', '*.typekit.net'],
|
||||||
'script-src': ['self', 'unsafe-eval', 'unsafe-inline']
|
'script-src': ['self', 'unsafe-eval', 'unsafe-inline']
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue