add request policy
This commit is contained in:
parent
7cf7c1a54e
commit
94a87add3f
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ const config = {
|
||||||
'style-src': ['self', 'unsafe-inline', '*.typekit.net'],
|
'style-src': ['self', 'unsafe-inline', '*.typekit.net'],
|
||||||
"font-src": ['self', '*.typekit.net'],
|
"font-src": ['self', '*.typekit.net'],
|
||||||
'script-src': ['self', 'unsafe-eval', 'unsafe-inline', 'https://analytics.floter.design'],
|
'script-src': ['self', 'unsafe-eval', 'unsafe-inline', 'https://analytics.floter.design'],
|
||||||
|
'connect-src': ['self', 'https://analytics.floter.design'],
|
||||||
// "upgrade-insecure-requests": true // Disabled for HTTP/IP access - enable when using HTTPS
|
// "upgrade-insecure-requests": true // Disabled for HTTP/IP access - enable when using HTTPS
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue