0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 03:19:02 +02:00

Updated Caddy 2.x with Cloudflare DNS (markdown)

jtbruins12 2023-04-16 22:37:56 -04:00
parent a9a1398a5a
commit 6410ea99b9

@ -32,9 +32,9 @@ https://[YOUR-DOMAIN]:443 {
# Disallow the site to be rendered within a frame (clickjacking protection)
X-Frame-Options "DENY"
# Prevent search engines from indexing (optional)
X-Robots-Tag "none"
# Disallow sniffing of X-Content-Type-Options
X-Content-Type-Options "nosniff"
X-Robots-Tag "none"
# Server name removing
-Server
# Remove X-Powered-By though this shouldn't be an issue, better opsec to remove