From ad01900025c4556d05bea9896c12bd25e7069f44 Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Mon, 2 Dec 2024 17:59:14 +0000 Subject: [PATCH] typo --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 9fa0c93..77e985c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -38,6 +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\"" + add_header Reporting-Endpoints "default=\"https://reportd.natwelch.com/reporting/natwelch\""; } }