Fix SK not injecting nonce
This commit is contained in:
parent
6ad864c4a1
commit
ea72d1ce42
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const cspDirectives = {
|
|||
],
|
||||
'script-src': [
|
||||
self,
|
||||
"unsafe-inline", // chrome suggestion
|
||||
// "unsafe-inline", // chrome suggestion
|
||||
'https://*.googletagmanager.com'
|
||||
// 'https://*.stripe.com',
|
||||
// 'https://*.facebook.com',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue