Skip to content

Commit

Permalink
trying with unsafe inline only for styles to see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Mar 31, 2024
1 parent 6debd38 commit d8c3923
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 @@ -34,7 +34,7 @@
Content-Security-Policy "
default-src 'self' https://spt.apps.gov.bc.ca data: https://*.openstreetmap.org ;
script-src 'self' https://www2.gov.bc.ca https://*.openstreetmap.org;
style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com https://*.openstreetmap.org;
style-src 'self' unsafe-inline https://fonts.googleapis.com https://use.fontawesome.com https://*.openstreetmap.org;
font-src 'self' https://fonts.gstatic.com https://*.openstreetmap.org;
img-src 'self' data: https://fonts.googleapis.com http://www.w3.org https://*.gov.bc.ca https://*.openstreetmap.org"
Referrer-Policy "same-origin"
Expand Down

0 comments on commit d8c3923

Please sign in to comment.