Skip to content

Commit

Permalink
Remove CSP error reporting to report-uri.com
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sergeyklay committed Oct 29, 2024
1 parent 8357c33 commit a3727b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a3727b2

Please sign in to comment.