1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

[PM-6378] Add noreferrer to external admin urls (#3827)

This commit is contained in:
Oscar Hinton
2024-02-23 14:54:41 +01:00
committed by GitHub
parent e22da3a53e
commit bad9694f6c
3 changed files with 11 additions and 6 deletions

View File

@ -125,7 +125,8 @@
@if (GlobalSettings.SelfHosted)
{
<li class="nav-item">
<a class="nav-link" href="https://help.bitwarden.com/hosting/" target="_blank">Docs</a>
<a class="nav-link" href="https://help.bitwarden.com/hosting/" target="_blank"
rel="noreferrer">Docs</a>
</li>
}
</ul>