summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-02 01:35:56 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-02 01:35:56 +0200
commit571d298ec5984f32e44d66803019ca7a8d7976d2 (patch)
treeac44360ee391f1f0865e88577878f30801645796
parenta76041c62074773bf55f5e175f204f82e322b329 (diff)
downloadgohugo-theme-ed-571d298ec5984f32e44d66803019ca7a8d7976d2.tar.gz
Disable Content-Security-Policy
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index bb58e5f..73f8b86 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -75,7 +75,7 @@
# Only allow frames from the current site
# Restrict URL's in the <base> tag to current site
# Allow forms to submit only to the current site and https://submit-form.com
- Content-Security-Policy = "default-src 'self'; img-src 'self' https://i.imgur.com; object-src 'none'; script-src 'self'; style-src 'self'; frame-ancestors 'self'; base-uri 'self'; form-action 'self' 'https://submit-form.com';"
+ # Content-Security-Policy = "default-src 'self'; img-src 'self' https://i.imgur.com; object-src 'none'; script-src 'self'; style-src 'self'; frame-ancestors 'self'; base-uri 'self'; form-action 'self' 'https://submit-form.com';"
[[headers]]
for = '/feeds/*.xml'