Skip to content

Commit

Permalink
Merge pull request #157 from UN-OCHA/OPS-10754-csp-adjustments
Browse files Browse the repository at this point in the history
chore: remove data: for csp
  • Loading branch information
lazysoundsystem authored Oct 28, 2024
2 parents 363606b + 693f5ee commit 16a601f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ 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' data: https://*.google-analytics.com https://*.googletagmanager.com gstatic.com https://www.google.com https://google.com"
img-src: "'self' 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'"
child-src: "'self'"
font-src: "'self' data: fonts.gstatic.com"
font-src: "'self' fonts.gstatic.com"
connect-src: "'self' https://*.google-analytics.com https://analytics.google.com https://*.analytics.google.com https://*.googletagmanager.com"
report-uri: /report-csp-violation
upgrade-req: false
Expand Down

0 comments on commit 16a601f

Please sign in to comment.