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 0d990e1dc00569e1a240a05425a9df08cb6cfd19
parent 60ed5ff99d15dec0b82c85987f9a3e244b8bde91
Author: Hagen Tasche <github@fvbor.de>
Date:   Wed, 17 Aug 2022 08:00:46 +0200

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
Diffstat:
Msrc/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 @@ -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 - <a href="https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault">backups</a>. + <a href="https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault" target="_blank" rel="noopener noreferrer">backups</a>. </div> <button type="button" class="btn btn-primary" onclick="backupDatabase();">Backup Database</button> </div>