allow insecure for testing
This commit is contained in:
parent
43a65529d3
commit
bb5c61b4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +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'],
|
'script-src': ['self', 'unsafe-eval', 'unsafe-inline'],
|
||||||
"upgrade-insecure-requests": true
|
// "upgrade-insecure-requests": true // Disabled for HTTP/IP access - enable when using HTTPS
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// prerender: {
|
// prerender: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue