Fix CSP config

This commit is contained in:
Max Nuding 2023-06-20 15:30:30 +02:00
parent 185d28c295
commit 6d13aed0f0
Signed by: phlaym
GPG Key ID: A06651BAB6777237

View File

@ -15,10 +15,9 @@ const config = {
csp: {
directives: {
'script-src': ['self']
},
reportOnly: {
'script-src': ['self']
'script-src': ['self', 'unsafe-inline'],
'base-uri': ['self'],
'object-src': ['none']
}
}
}