diff --git a/nginx.conf b/nginx.conf index 0d14493..9fa0c93 100644 --- a/nginx.conf +++ b/nginx.conf @@ -38,5 +38,6 @@ server { add_header Report-To '{"group":"default","max_age":10886400,"endpoints":[{"url":"https://reportd.natwelch.com/report/resume"}]}'; add_header Content-Security-Policy "default-src 'none'; img-src 'self' https://icco.imgix.net https://www.google-analytics.com; script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' https://unpkg.com; connect-src 'self' https://www.google-analytics.com; frame-ancestors 'none'; base-uri 'none'; form-action 'none'; report-uri https://reportd.natwelch.com/report/resume; report-to default"; add_header Referrer-Policy "no-referrer"; + add_header Reporting-Endpoints "default=\"https://reportd.natwelch.com/reporting/natwelch\"" } }