Skip to content
This repository has been 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 2 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
5 changes: 2 additions & 3 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: 'unsafe-inline' 'unsafe-eval'"
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer"

Referrer-Policy = "no-referrer"