add analytics as safe
This commit is contained in:
parent
7777235104
commit
7cf7c1a54e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const config = {
|
||||||
'media-src': ['self', '*.cloudinary.com'],
|
'media-src': ['self', '*.cloudinary.com'],
|
||||||
'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'],
|
'script-src': ['self', 'unsafe-eval', 'unsafe-inline', '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