Skip to content

Commit

Permalink
chore: add another domain for csp
Browse files Browse the repository at this point in the history
Refs: RW-1030
  • Loading branch information
lazysoundsystem committed Jul 23, 2024
1 parent 1e73e88 commit 81b3ea1
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 @@ -8,9 +8,9 @@ seckit_xss:
webkit: false
report-only: false
default-src: "'self'"
script-src: "'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com www.gstatic.com https://*.google.com https://*.googletagmanager.com *.google-analytics.com https://tagmanager.google.com https://www.googleadservices.com https://googleads.g.doubleclick.net"
script-src: "'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com www.gstatic.com https://*.google.com https://*.googletagmanager.com *.google-analytics.com https://tagmanager.google.com https://www.googleadservices.com https://googleads.g.doubleclick.net https://cdn.popupsmart.com"
object-src: "'none'"
style-src: "'self' 'unsafe-inline' https://googletagmanager.com https://tagmanager.google.com fonts.googleapis.com"
style-src: "'self' 'unsafe-inline' https://googletagmanager.com https://tagmanager.google.com fonts.googleapis.com https://cdn.popupsmart.com"
img-src: "'self' data: https://*"
media-src: "'none'"
frame-src: "'self' https://www.googletagmanager.com https://bid.g.doubleclick.net https://td.doubleclick.net https://*.mapbox.com https://www.youtube.com https://youtu.be"
Expand Down

0 comments on commit 81b3ea1

Please sign in to comment.