Skip to content

Commit

Permalink
chore: remove ad domains from csp
Browse files Browse the repository at this point in the history
  • Loading branch information
lazysoundsystem committed Jun 10, 2024
1 parent 3af0c37 commit e88f341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ seckit_xss:
webkit: false
report-only: false
default-src: "'self'"
script-src: "'self' 'unsafe-inline' 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' 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://googleads.g.doubleclick.net https://www.google.com https://google.com *.youtube.com *.placeholder.com"
img-src: "'self' data: https://*.google-analytics.com https://*.googletagmanager.com gstatic.com https://www.google.com https://google.com *.youtube.com *.placeholder.com"
media-src: "'none'"
frame-src: "'self' https://www.googletagmanager.com https://bid.g.doubleclick.net https://td.doubleclick.net"
frame-src: "'self' https://www.googletagmanager.com"
frame-ancestors: "'self'"
child-src: "'self'"
font-src: "'self' data: fonts.gstatic.com"
Expand Down

0 comments on commit e88f341

Please sign in to comment.