summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <git@serghei.pl>2024-10-29 08:51:00 +0100
committerSerghei Iakovlev <git@serghei.pl>2024-10-29 08:59:38 +0100
commita3727b29080a2cd83406531575a5712be071de5f (patch)
tree2b47379b5ee861ec401c36a95e8900e95d302f86 /netlify.toml
parent8357c33c211113b642bfc62e834f58a4758dbc3b (diff)
downloadgohugo-theme-ed-a3727b29080a2cd83406531575a5712be071de5f.tar.gz
Remove CSP error reporting to report-uri.com
report-uri.com is switching to a paid model, removing the option for free accounts. While this is their choice, the current project is non-commercial and lacks the budget to cover $10/month for error reporting services.
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 8cbd863..d1d557c 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -101,8 +101,7 @@
form-action 'self' submit-form.com;
upgrade-insecure-requests;
base-uri 'self';
- manifest-src 'self';
- report-uri https://egrep.report-uri.com/r/d/csp/enforce"""
+ manifest-src 'self'"""
[[headers]]
for = '/feeds/*.xml'