mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
none only works for google. noindex, nofollow woks for all search engines
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user