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:
@ -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>
|
||||
|
Reference in New Issue
Block a user