feat: Update password storage information in privacy policy

The commit adds a link to the privacy policy page that provides information on how passwords are securely stored in Firefox. This enhances the transparency and trustworthiness of our browser.
This commit is contained in:
Mauro Balades
2024-08-03 15:29:41 +02:00
parent bef7a1060c
commit be4cbb6f30
2 changed files with 10 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ Any customizations, settings, and preferences you make within Zen Browser are st
Zen Browser offers a "Sync" feature, similar to Firefox Sync, which allows you to synchronize your browsing data (such as bookmarks, passwords, and settings) across multiple devices. Here's how we handle your data when you use Sync:
* Please check [Firefox Privacy Notice](https://www.mozilla.org/en-US/privacy/) for more information.
* [This is how we store your passwords](https://support.mozilla.org/en-US/kb/how-firefox-securely-saves-passwords#:~:text=Firefox%20Desktop%20encrypts%20your%20passwords,cryptography%20to%20obscure%20your%20passwords.)
# 4. Data Security
Although Zen Browser does not collect your data, we are committed to protecting the information that is stored locally on your device and, if you use the Sync feature, the encrypted data stored on our servers. We recommend that you use secure passwords, enable device encryption, and regularly update your software to ensure your data remains safe.

View File

@@ -1,18 +1,18 @@
export const releases: any = {
WindowsInstaller: "zen.installer.exe",
WindowsInstallerGeneric: "zen.installer.exe",
WindowsInstallerGeneric: "zen.installer-generic.exe",
WindowsZip: "zen.win64.zip",
WindowsZipGeneric: "zen.win64.zip",
WindowsZip: "zen.win-specific.zip",
WindowsZipGeneric: "zen.win-generic.zip",
MacOS: "zen.macos.dmg",
MacOSIntel: "zen.macos.dmg",
MacOS: "zen.macos-aarch64.dmg",
MacOSIntel: "zen.macos-x64.dmg",
Linux: "zen.linux.tar.bz2",
LinuxGeneric: "zen.linux.tar.bz2",
Linux: "zen.linux-specific.tar.bz2",
LinuxGeneric: "zen.linux-generic.tar.bz2",
LinuxAppImage: "zen.AppImage",
LinuxAppImageGeneric: "zen.AppImage",
LinuxAppImage: "zen-specific.AppImage",
LinuxAppImageGeneric: "zen-generic.AppImage",
};
// platform