From 0d990e1dc00569e1a240a05425a9df08cb6cfd19 Mon Sep 17 00:00:00 2001 From: Hagen Tasche Date: Wed, 17 Aug 2022 08:00:46 +0200 Subject: [PATCH 1/2] Open Externallink in new Tab The link to the backup documentation was opened in the active tab. With this change it will open in a new tab and prevent tabnabbing --- src/static/templates/admin/settings.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/templates/admin/settings.hbs b/src/static/templates/admin/settings.hbs index 04142785..fb9668ad 100644 --- a/src/static/templates/admin/settings.hbs +++ b/src/static/templates/admin/settings.hbs @@ -122,7 +122,7 @@ This does not include any configuration or file attachment data that may also be needed to fully restore a vaultwarden instance. For details on how to perform complete backups, refer to the wiki page on - backups. + backups. From d9c0eb3cfcd63c361c436615f1302e5211cd03e9 Mon Sep 17 00:00:00 2001 From: Hagen Tasche Date: Wed, 17 Aug 2022 08:14:19 +0200 Subject: [PATCH 2/2] Update two external Links to prevent tabnabbing Added noopener to prevent tabnabbing --- src/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 index 6fd08f4a..99f27193 100644 --- a/src/static/templates/admin/diagnostics.hbs +++ b/src/static/templates/admin/diagnostics.hbs @@ -168,8 +168,8 @@
If you need support please check the following links first before you create a new issue: - Vaultwarden Forum - | Github Discussions + Vaultwarden Forum + | Github Discussions