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

@@ -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