Skip to content

Commit

Permalink
chore: add more google tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
lazysoundsystem committed Jun 4, 2024
1 parent bdcbd1a commit 9d9648f
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 *.github.io cdn.botframework.com cdnjs.cloudflare.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 *.github.io cdn.botframework.com cdnjs.cloudflare.com"
object-src: "'none'"
style-src: "'self' 'unsafe-inline' fonts.googleapis.com *.github.io"
img-src: "'self' data: https://*.google-analytics.com https://*.googletagmanager.com gstatic.com *.github.com *.unocha.org"
style-src: "'self' 'unsafe-inline' https://googletagmanager.com https://tagmanager.google.com fonts.googleapis.com *.github.io"
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 *.github.com *.unocha.org"
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 9d9648f

Please sign in to comment.