Skip to content

Commit 964d320

Browse files
committed
2026.01.21.1
Signed-off-by: celenity <celenity@celenity.dev>
1 parent f371dbd commit 964d320

136 files changed

Lines changed: 2525 additions & 1548 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

android/phoenix-extended.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
//
5-
// Copyright (C) 2024-2025 celenity
5+
// Copyright (C) 2024-2026 celenity
66
//
77
// This file is part of Phoenix.
88
//
@@ -43,7 +43,7 @@ Unspecified = This preference should be set EVERYWHERE
4343
*/
4444

4545
/// Add custom branding at `about:support`
46-
pref("app.support.vendor", "Phoenix - Extended: 2025.12.23.1"); // [NO-MAIL] [HIDDEN]
46+
pref("app.support.vendor", "Phoenix - Extended: 2026.01.21.1"); // [NO-MAIL] [HIDDEN]
4747

4848

4949
/*** 001 FINGERPRINTING PROTECTION ***/

android/phoenix.js

Lines changed: 121 additions & 33 deletions
Large diffs are not rendered by default.

archives/phoenix-flatpak.zip

786 Bytes
Binary file not shown.

archives/phoenix-linux.zip

788 Bytes
Binary file not shown.

archives/phoenix-osx-intel.zip

803 Bytes
Binary file not shown.

archives/phoenix-osx.zip

808 Bytes
Binary file not shown.

archives/phoenix-windows.zip

788 Bytes
Binary file not shown.

build/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Version of Phoenix you'd like to build
3-
export PHOENIX_VERSION=2025.12.23.1
3+
export PHOENIX_VERSION=2026.01.21.1
44

55
# Where `Phoenix` (this repo) is located
66
export phoenix_dir=$(dirname $(dirname "$(realpath "$0")"))

linux-flatpak/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ ___
4444
- [🚀Install](#install)
4545
- [👋Uninstall](#uninstall)
4646
- [🔥Extended](#extended)
47-
- [Extended Installation](#extended-installation)
4847
- [💡Specialized Configs](#specialized-configs)
4948
- [📛Manual Installation](#manual-installation)
5049
- [🤔Using Extended or a Specialized Config Manually](#using-extended-or-a-specialized-config-manually)
@@ -68,6 +67,7 @@ It doesn't have to be this way.
6867

6968
> [!IMPORTANT]
7069
> ⚠️ After Phoenix is installed, you **MUST** restart Firefox after its first run with Phoenix installed. **This ensures all of Phoenix's changes are applied...**
70+
7171
Phoenix currently provides official support for:
7272

7373
* **Android**
@@ -112,13 +112,16 @@ For the other platforms see:
112112
# 🔥Extended
113113

114114
For advanced users who would like to go above & beyond when protecting their privacy & security, at the cost of occasional breakage, Phoenix offers an **Extended** config. **For a list of features specific to Phoenix Extended, please see [here](https://phoenix.celenity.dev/extended)**.
115+
115116
See:
116117

117118
[Extended](readme/extended.md)
118119

119120
# 💡Specialized Configs
120121

121-
It should also be noted that Phoenix contains specialized configurations for **Apple Maps**, **Discord**, **Element**, **Google Maps**, **Twitter**, and **YouTube**. These configs are designed to be used in their own, separate Firefox profile, and provide means to safely and easily use these services, like you would any other app on your device. See:
122+
It should also be noted that Phoenix contains specialized configurations for **Apple Maps**, **Discord**, **Element**, **Google Maps**, **Twitter**, and **YouTube**. These configs are designed to be used in their own, separate Firefox profile, and provide means to safely and easily use these services, like you would any other app on your device.
123+
124+
See:
122125

123126
[Specialized Configs](readme/specialized_configs.md)
124127

linux-flatpak/configs/apple-maps.cfg

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33

44
//
5-
// Copyright (C) 2024-2025 celenity
5+
// Copyright (C) 2024-2026 celenity
66
//
77
// This file is part of Phoenix.
88
//
@@ -43,11 +43,11 @@ Unspecified = This preference should be set EVERYWHERE
4343
*/
4444

4545
/// Add custom branding at `about:support`
46-
defaultPref("app.support.vendor", "Phoenix - Extended: 2025.12.23.1"); // [NO-MAIL] [HIDDEN]
46+
defaultPref("app.support.vendor", "Phoenix - Extended: 2026.01.21.1"); // [NO-MAIL] [HIDDEN]
4747

4848
/// Add custom branding under `Firefox Updates` at `about:preferences#general` [NO-ANDROID]
4949
// This will unfortunately only display if the version of Firefox you're using is repackaged (ex. Flatpaks/Linux distros) [NO-ANDROID]
50-
lockPref("distribution.about", "Phoenix - Extended for Mozilla Firefox: 2025.12.23.1 💜"); // [NO-ANDROID] [NO-MAIL] [HIDDEN]
50+
lockPref("distribution.about", "Phoenix - Extended for Mozilla Firefox: 2026.01.21.1 💜"); // [NO-ANDROID] [NO-MAIL] [HIDDEN]
5151
5252
/*** 001 FINGERPRINTING PROTECTION ***/
5353
@@ -102,7 +102,7 @@ lockPref("browser.phoenix.status.extended", "successfully applied :D");
102102
//
103103
104104
//
105-
// Copyright (C) 2024-2025 celenity
105+
// Copyright (C) 2024-2026 celenity
106106
//
107107
// This file is part of Phoenix.
108108
//
@@ -569,10 +569,6 @@ defaultPref("permissions.default.screen", 2); // [HIDDEN]
569569
// https://security.stackexchange.com/questions/13799/is-webgl-a-security-concern
570570
defaultPref("webgl.disabled", true);
571571

572-
/// Enable Local Network Access Restrictions for top-level navigations
573-
// https://searchfox.org/firefox-main/rev/268969d4/modules/libpref/init/StaticPrefList.yaml#14633
574-
defaultPref("network.lna.allow_top_level_navigation", false);
575-
576572
defaultPref("browser.phoenix.status.specialized", "003");
577573

578574
/*** 004 PRIVACY ***/
@@ -591,6 +587,9 @@ defaultPref("places.history.enabled", false);
591587
// https://developer.mozilla.org/docs/Web/API/ClipboardEvent
592588
defaultPref("dom.event.clipboardevents.enabled", false);
593589
590+
/// Disable frecency
591+
defaultPref("places.frecency.unvisitedBookmarkBonus", 0);
592+
594593
/// Disable geolocation
595594
defaultPref("browser.geolocation.warning.infoURL", "");
596595
defaultPref("geo.prompt.open_system_prefs", false); // Ensure users aren't prompted to open settings and enable Geolocation - https://searchfox.org/mozilla-central/rev/20fc11f1/modules/libpref/init/StaticPrefList.yaml#6406
@@ -817,7 +816,7 @@ lockPref("browser.phoenix.status.specialized", "successfully applied :D");
817816
//
818817
819818
//
820-
// Copyright (C) 2024-2025 celenity
819+
// Copyright (C) 2024-2026 celenity
821820
//
822821
// This file is part of Phoenix.
823822
//
@@ -831,11 +830,11 @@ lockPref("browser.phoenix.status.specialized", "successfully applied :D");
831830
// This contains preferences specifically tailored for Apple Maps.
832831
833832
/// Add custom branding at `about:support`
834-
defaultPref("app.support.vendor", "Phoenix - Apple Maps SC: 2025.12.23.1"); // [HIDDEN]
833+
defaultPref("app.support.vendor", "Phoenix - Apple Maps SC: 2026.01.21.1"); // [HIDDEN]
835834
836835
/// Add custom branding under `Firefox Updates` at `about:preferences#general`
837836
// This will unfortunately only display if the version of Firefox you're using is repackaged (ex. Flatpaks/Linux distros)
838-
lockPref("distribution.about", "Phoenix - Apple Maps SC for Mozilla Firefox: 2025.12.23.1 💜"); // [HIDDEN]
837+
lockPref("distribution.about", "Phoenix - Apple Maps SC for Mozilla Firefox: 2026.01.21.1 💜"); // [HIDDEN]
839838

840839
/* INDEX
841840

0 commit comments

Comments
 (0)