From e9c75bd8b6a35aab533a41e889523514f152f020 Mon Sep 17 00:00:00 2001 From: weskubo-cgi <80127167+weskubo-cgi@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:36:32 -0800 Subject: [PATCH] Added data to image-src. (#425) Co-authored-by: weskubo-cgi --- frontend/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Caddyfile b/frontend/Caddyfile index 5a3bd0b9..55071dd3 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -28,7 +28,7 @@ header { 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://spt.apps.gov.bc.ca https://spm.apps.gov.bc.ca; object-src 'none'; script-src 'self' https://www2.gov.bc.ca data:; style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' 'sha256-dM5rzXYgE7oJM4ItEsJrV6XiSt6jCeNFoK6VcuPxR+g='; font-src 'self' https://fonts.gstatic.com; img-src 'self' https://fonts.googleapis.com; worker-src blob:; form-action 'self'; frame-ancestors 'self';" + Content-Security-Policy "default-src 'self' https://spt.apps.gov.bc.ca https://spm.apps.gov.bc.ca; object-src 'none'; script-src 'self' https://www2.gov.bc.ca data:; style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' 'sha256-dM5rzXYgE7oJM4ItEsJrV6XiSt6jCeNFoK6VcuPxR+g='; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://fonts.googleapis.com; worker-src blob:; form-action 'self'; frame-ancestors 'self';" Referrer-Policy "same-origin" Permissions-Policy "fullscreen=(self), camera=(), microphone=()" }