vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit d9c0eb3cfcd63c361c436615f1302e5211cd03e9
parent 0d990e1dc00569e1a240a05425a9df08cb6cfd19
Author: Hagen Tasche <github@fvbor.de>
Date:   Wed, 17 Aug 2022 08:14:19 +0200

Update two external Links to prevent tabnabbing

Added noopener to prevent tabnabbing
Diffstat:
Msrc/static/templates/admin/diagnostics.hbs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/static/templates/admin/diagnostics.hbs b/src/static/templates/admin/diagnostics.hbs @@ -168,8 +168,8 @@ <dl class="row"> <dd class="col-sm-12"> If you need support please check the following links first before you create a new issue: - <a href="https://vaultwarden.discourse.group/" target="_blank" rel="noreferrer">Vaultwarden Forum</a> - | <a href="https://github.com/dani-garcia/vaultwarden/discussions" target="_blank" rel="noreferrer">Github Discussions</a> + <a href="https://vaultwarden.discourse.group/" target="_blank" rel="noreferrer noopener">Vaultwarden Forum</a> + | <a href="https://github.com/dani-garcia/vaultwarden/discussions" target="_blank" rel="noreferrer noopener">Github Discussions</a> </dd> </dl> <dl class="row">