Caddyfile: Remove duplicate headers

This commit is contained in:
Lumière Élevé 2024-08-24 20:29:22 +01:00 committed by GitHub
parent f2014c4d6c
commit f7e9352d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ your-sandbox-domain.com:443 {
# Do not enable this line when configuring over mixnet, e.g. Tor. # Do not enable this line when configuring over mixnet, e.g. Tor.
header Strict-Transport-Security "max-age=63072000; includeSubDomains" header Strict-Transport-Security "max-age=63072000; includeSubDomains"
# Opt out of Google's FLoC Network
header Permissions-Policy "interest-cohort=()"
# Specify the relative path to root of your custom error page. # Specify the relative path to root of your custom error page.
# This error page won't only be served for 404 errors. # This error page won't only be served for 404 errors.
handle_errors { handle_errors {