Skip to content

Commit

Permalink
chore: remove data: for csp
Browse files Browse the repository at this point in the history
Refs: OPS-10754
  • Loading branch information
lazysoundsystem committed Oct 24, 2024
1 parent 363606b commit 693f5ee
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 693f5ee

Please sign in to comment.