We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5605124 commit 3536aa8Copy full SHA for 3536aa8
1 file changed
apps/proxy/prod.Caddyfile
@@ -25,8 +25,8 @@
25
X-XSS-Protection "1; mode=block"
26
Permissions-Policy "camera=(), microphone=(), geolocation=(), payment=(), usb=(), magnetometer=(), gyroscope=(), accelerometer=()"
27
28
- # Strict Transport Security (HSTS) - enable if using HTTPS
29
- # Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
+ # Strict Transport Security (HSTS)
+ Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
30
31
# Production CSP
32
# Using hash for inline script instead of 'unsafe-inline'
0 commit comments