diff --git a/Caddyfile b/Caddyfile index 21c766b..77e7e11 100644 --- a/Caddyfile +++ b/Caddyfile @@ -35,9 +35,6 @@ noxious.gg { Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" Permissions-Policy "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()" - # More restrictive CSP - Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https:; font-src 'self' data:; connect-src 'self' https:; frame-ancestors 'none'; upgrade-insecure-requests;" - # Remove server information -Server }