diff --git a/src/docs/markdown/caddyfile/directives/header.md b/src/docs/markdown/caddyfile/directives/header.md index e007edc..1cbf5d5 100644 --- a/src/docs/markdown/caddyfile/directives/header.md +++ b/src/docs/markdown/caddyfile/directives/header.md @@ -96,9 +96,6 @@ header { # clickjacking protection X-Frame-Options DENY - - # keep referrer data off of HTTP connections - Referrer-Policy no-referrer-when-downgrade } ```