Skip to content

Commit

Permalink
remove test Content-Security-Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Sep 19, 2023
1 parent 25cfc6e commit 3555fe8
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,4 @@
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "0"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = """\
default-src 'self'; \
script-src 'self' \
https://*.google-analytics.com https://*.googletagmanager.com; \
style-src 'self' \
https://*.netlify.app https://fonts.googleapis.com https://www.youtube.com; \
object-src 'none'; \
base-uri 'self'; \
connect-src 'self'
https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com; \
frame-src 'self' https://www.youtube-nocookie.com https://www.youtube.com \
app.netlify.com; \
img-src 'self' data: https://*.netlify.app https://i.vimeocdn.com https://i.ytimg.com https://*.google-analytics.com https://*.googletagmanager.com https://tile.openstreetmap.org; \
manifest-src 'self'; \
media-src 'self' \
"""
X-Content-Type-Options = "nosniff"

0 comments on commit 3555fe8

Please sign in to comment.