Removed Bitwarden

As talked about in issue #719 Bitwarden has Google Analytics baked in and enabled by default. This commit removes Bitwarden from the recommended programs and relegates it to last place in the "worth mentioning" list, with the warning about disabling Google Analytics if it is used.
This commit is contained in:
Ash T
2019-01-14 21:40:33 +11:00
committed by GitHub
parent 52fdef50cf
commit 5721339b2b

View File

@ -1472,13 +1472,7 @@ layout: default
</div> </div>
<div class="row mb-2"> <div class="row mb-2">
{% include card.html color="success" {% include card.html color="primary"
title="Bitwarden - Cloud/Self-host"
image="assets/img/tools/bitwarden.png"
url="https://bitwarden.com/"
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
description="Bitwarden is a free and open source password manager. It aims to solve password management problems for individuals, teams, and business organizations. Bitwarden is among the easiest and safest solutions to store all of your logins and passwords while conveniently keeping them synced between all of your devices. If you don't want to use the Bitwarden cloud, you can easily host your own Bitwarden server."
%} {% include card.html color="primary"
title="KeePass / KeePassXC - Local" title="KeePass / KeePassXC - Local"
image="assets/img/tools/KeePass.png" image="assets/img/tools/KeePass.png"
url="https://keepass.info/download.html" url="https://keepass.info/download.html"
@ -1505,6 +1499,10 @@ layout: default
<a href="https://pwsafe.org/">Password Safe</a> - Whether the answer is one or hundreds, Password Safe allows you to safely and easily create a secured and encrypted username/password list. With Password Safe all you have to do is create and remember <a href="https://pwsafe.org/">Password Safe</a> - Whether the answer is one or hundreds, Password Safe allows you to safely and easily create a secured and encrypted username/password list. With Password Safe all you have to do is create and remember
a single "Master Password" of your choice in order to unlock and access your entire username/password list. a single "Master Password" of your choice in order to unlock and access your entire username/password list.
</li> </li>
<li>
<a href="https://bitwarden.com/">Bitwarden</a> - Open-source, encrypted, cloud password manager. Just be sure to disable Google Analytics if you decide to use it.
</li>
</ul> </ul>
<h3>Related Information</h3> <h3>Related Information</h3>