mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-04 06:24:58 -06:00
none only works for google. noindex, nofollow woks for all search engines
parent
40dc891347
commit
973b85f8cc
@ -32,7 +32,7 @@ https://[YOUR-DOMAIN]:443 {
|
|||||||
# Disallow the site to be rendered within a frame (clickjacking protection)
|
# Disallow the site to be rendered within a frame (clickjacking protection)
|
||||||
X-Frame-Options "DENY"
|
X-Frame-Options "DENY"
|
||||||
# Prevent search engines from indexing (optional)
|
# Prevent search engines from indexing (optional)
|
||||||
X-Robots-Tag "none"
|
X-Robots-Tag "noindex, nofollow"
|
||||||
# Disallow sniffing of X-Content-Type-Options
|
# Disallow sniffing of X-Content-Type-Options
|
||||||
X-Content-Type-Options "nosniff"
|
X-Content-Type-Options "nosniff"
|
||||||
# Server name removing
|
# Server name removing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user