mirror of
https://github.com/bitwarden/server.git
synced 2025-04-09 07:08:15 -05:00
robots noindex self-hosted web vault
This commit is contained in:
parent
bcd396d620
commit
bc3013b82b
@ -58,6 +58,7 @@ server {
|
|||||||
include /etc/nginx/security-headers.conf;
|
include /etc/nginx/security-headers.conf;
|
||||||
add_header Content-Security-Policy "{{{ContentSecurityPolicy}}}";
|
add_header Content-Security-Policy "{{{ContentSecurityPolicy}}}";
|
||||||
add_header X-Frame-Options SAMEORIGIN;
|
add_header X-Frame-Options SAMEORIGIN;
|
||||||
|
add_header X-Robots-Tag noindex;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /app-id.json {
|
location = /app-id.json {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user