Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Add unsafe-inline and blob: sources to Content Security Policy #5

Merged
merged 3 commits into from
May 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src https:"
Content-Security-Policy = "default-src https: blob: data: 'unsafe-inline' 'unsafe-eval'"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer"