From 6515b3b1362d1f0ea497ec3c91570310f0edc7bc Mon Sep 17 00:00:00 2001 From: barrfalk Date: Sun, 28 Apr 2024 13:27:24 -0700 Subject: [PATCH] Update Caddyfile --- frontend/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Caddyfile b/frontend/Caddyfile index 3284cb65..6e9105b5 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -43,7 +43,7 @@ Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate" X-Content-Type-Options "nosniff" Strict-Transport-Security "max-age=31536000" - Content-Security-Policy "default-src 'self' https://*.gov.bc.ca data:; script-src https://*.gov.bc.ca 'self' 'unsafe-eval' https://www2.gov.bc.ca ;style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://use.fontawesome.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://fonts.googleapis.com http://www.w3.org https://*.gov.bc.ca https://*.tile.openstreetmap.org" + Content-Security-Policy "default-src 'self' https://*.gov.bc.ca data:; script-src https://*.gov.bc.ca 'self' 'unsafe-eval' https://www2.gov.bc.ca ; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://use.fontawesome.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://fonts.googleapis.com http://www.w3.org https://*.gov.bc.ca https://*.tile.openstreetmap.org; connect-src 'self' https://nr-ticdi-*" Referrer-Policy "same-origin" Feature-Policy "fullscreen 'self'; camera 'none'; microphone 'none'" }