Skip to content

Commit

Permalink
Merge pull request #158 from UN-OCHA/OPS-10754-csp-adjustments
Browse files Browse the repository at this point in the history
chore: csp restore data: as exception for img-src
  • Loading branch information
lazysoundsystem authored Nov 5, 2024
2 parents 8804957 + 555dc22 commit 2b6bf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ seckit_xss:
script-src: "'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com https://*.google.com https://*.googletagmanager.com *.google-analytics.com https://tagmanager.google.com"
object-src: "'none'"
style-src: "'self' 'unsafe-inline' https://googletagmanager.com https://tagmanager.google.com fonts.googleapis.com"
img-src: "'self' https://*.google-analytics.com https://*.googletagmanager.com gstatic.com https://www.google.com https://google.com"
img-src: "'self' data: https://*.google-analytics.com https://*.googletagmanager.com gstatic.com https://www.google.com https://google.com"
media-src: "'none'"
frame-src: "'self' https://www.googletagmanager.com"
frame-ancestors: "'self'"
Expand Down

0 comments on commit 2b6bf4b

Please sign in to comment.