Skip to content

Commit

Permalink
Add {cse,www}.google.com to CSP domain list
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Oct 5, 2024
1 parent 79f4ad8 commit 4d3fda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to = "https://theupdateframework.github.io/specification/:splat"
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' code.jquery.com fonts.googleapis.com fonts.gstatic.com use.fontawesome.com app.netlify.com netlify-cdp-loader.netlify.app youtube.com; frame-src youtube.com www.youtube.com"
Content-Security-Policy = "default-src 'self' code.jquery.com fonts.googleapis.com fonts.gstatic.com cse.google.com www.google.com use.fontawesome.com app.netlify.com netlify-cdp-loader.netlify.app youtube.com; frame-src youtube.com www.youtube.com"
X-Frame-Options = "deny"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer-when-downgrade"
Expand Down

0 comments on commit 4d3fda6

Please sign in to comment.