mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
noindex,nofollow
This commit is contained in:
parent
bc3013b82b
commit
ca22a007f6
@ -5,7 +5,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>@ViewData["Title"] - Bitwarden Admin Portal</title>
|
||||
|
||||
<link rel="stylesheet" href="~/css/webfonts.css" />
|
||||
|
@ -58,7 +58,7 @@ server {
|
||||
include /etc/nginx/security-headers.conf;
|
||||
add_header Content-Security-Policy "{{{ContentSecurityPolicy}}}";
|
||||
add_header X-Frame-Options SAMEORIGIN;
|
||||
add_header X-Robots-Tag noindex;
|
||||
add_header X-Robots-Tag "noindex, nofollow";
|
||||
}
|
||||
|
||||
location = /app-id.json {
|
||||
|
Loading…
Reference in New Issue
Block a user