Skip to content

Commit

Permalink
chore: allow more google tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
lazysoundsystem committed Jun 4, 2024
1 parent 69a78d2 commit 2707f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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"
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"
object-src: "'none'"
style-src: "'self' 'unsafe-inline' fonts.googleapis.com"
img-src: "'self' data: https://*.google-analytics.com https://*.googletagmanager.com gstatic.com *.placeholder.com"
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"
media-src: "'none'"
frame-src: "'self'"
frame-src: "'self' https://www.googletagmanager.com https://bid.g.doubleclick.net https://td.doubleclick.net"
frame-ancestors: "'self'"
child-src: "'self'"
font-src: "'self' data: fonts.gstatic.com"
Expand Down

0 comments on commit 2707f6f

Please sign in to comment.