Skip to content

Commit

Permalink
feat: Added youtube to content security
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyLuke001 committed Dec 17, 2020
1 parent f71e71a commit 4baadb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' 'unsafe-inline' *.ucsc.edu; img-src 'self' *.ucsc.edu *.google-analytics.com *.siteimproveanalytics.io data: *.cloudfront.net; script-src 'self' 'unsafe-inline' *.googletagmanager.com *.google-analytics.com siteimproveanalytics.com *.fontawesome.com *.cloudfront.net unpkg.com *.cloudflare.com; style-src 'self' 'unsafe-inline' data: *.ucsc.edu *.googleapis.com *.fontawesome.com *.cloudfront.net; font-src 'self' *.cloudfront.net fonts.gstatic.com *.fontawesome.com; object-src 'none';"
Content-Security-Policy = "default-src 'self' 'unsafe-inline' *.ucsc.edu; img-src 'self' *.ucsc.edu *.google-analytics.com *.siteimproveanalytics.io data: *.cloudfront.net; script-src 'self' 'unsafe-inline' *.googletagmanager.com *.google-analytics.com siteimproveanalytics.com *.fontawesome.com *.cloudfront.net unpkg.com *.cloudflare.com; style-src 'self' 'unsafe-inline' data: *.ucsc.edu *.googleapis.com *.fontawesome.com *.cloudfront.net; font-src 'self' *.cloudfront.net fonts.gstatic.com *.fontawesome.com; object-src 'none'; *.youtube.com;"
X-Content-Type-Options = "nosniff"
X-XSS-Protection = "1; mode=block"
X-Frame-Options = "DENY"
Expand Down

0 comments on commit 4baadb1

Please # to comment.