diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-02 01:35:56 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-02 01:35:56 +0200 |
| commit | 571d298ec5984f32e44d66803019ca7a8d7976d2 (patch) | |
| tree | ac44360ee391f1f0865e88577878f30801645796 | |
| parent | a76041c62074773bf55f5e175f204f82e322b329 (diff) | |
| download | gohugo-theme-ed-571d298ec5984f32e44d66803019ca7a8d7976d2.tar.gz | |
Disable Content-Security-Policy
| -rw-r--r-- | netlify.toml | 2 |
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' |
