Fix CSP config
This commit is contained in:
parent
185d28c295
commit
6d13aed0f0
@ -15,10 +15,9 @@ const config = {
|
|||||||
|
|
||||||
csp: {
|
csp: {
|
||||||
directives: {
|
directives: {
|
||||||
'script-src': ['self']
|
'script-src': ['self', 'unsafe-inline'],
|
||||||
},
|
'base-uri': ['self'],
|
||||||
reportOnly: {
|
'object-src': ['none']
|
||||||
'script-src': ['self']
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user