allow insecure for testing

This commit is contained in:
saiminh 2026-01-08 18:48:40 +13:00
parent 43a65529d3
commit bb5c61b4ef

View file

@ -36,7 +36,7 @@ const config = {
'style-src': ['self', 'unsafe-inline', '*.typekit.net'],
"font-src": ['self', '*.typekit.net'],
'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: {