Skip to content

Commit

Permalink
Added data to image-src. (#425)
Browse files Browse the repository at this point in the history
Co-authored-by: weskubo-cgi <Wesley.Kubo@gov.bc.ca>
  • Loading branch information
weskubo-cgi and weskubo-cgi authored Nov 22, 2024
1 parent 60ccb1a commit e9c75bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=()"
}
Expand Down

0 comments on commit e9c75bd

Please sign in to comment.