Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Dec 2, 2024
1 parent 545bea0 commit ad01900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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\"";
}
}

0 comments on commit ad01900

Please sign in to comment.