Add pagespeed's CSP suggestion
This commit is contained in:
parent
858914a73e
commit
b8aad6745d
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ const cspDirectives = {
|
|||
],
|
||||
'script-src': [
|
||||
'self',
|
||||
'unsafe-inline' // chrome suggestion
|
||||
// 'https://*.stripe.com',
|
||||
// 'https://*.facebook.com',
|
||||
// 'https://*.facebook.net',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue