Skip to content

Commit

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

0 comments on commit 545bea0

Please sign in to comment.