updated csp to be able to add the style nonce

This commit is contained in:
Patrick 2025-07-21 06:29:15 +02:00
parent da2caca2d6
commit d266b7143c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ const config = {
directives: {
'default-src': ['self'],
'script-src': ['self'],
'style-src': ['self']
},
// must be specified with either the `report-uri` or `report-to` directives, or both
reportOnly: {