updated csp to be able to add the style nonce
This commit is contained in:
parent
da2caca2d6
commit
d266b7143c
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue