summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-25 10:58:46 +0100
committerandromeda <andromeda@lenovo>2026-01-25 10:59:20 +0100
commite4305c15ac624e5f39ca1122bc6e922660a833ad (patch)
treed643110d9e581286c88428d4f03379c7ce4db4e6 /patches
parent6e7e52aecfb98f9cfec748acef50ecf6845aea77 (diff)
parent5c99e52e09e7fa83edfad0213c81db2bc6fa7104 (diff)
failed to npins, patch phoenix
Diffstat (limited to 'patches')
-rw-r--r--patches/0001-autoDisableScopes-unlocked.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/patches/0001-autoDisableScopes-unlocked.patch b/patches/0001-autoDisableScopes-unlocked.patch
new file mode 100644
index 0000000..3a1391b
--- /dev/null
+++ b/patches/0001-autoDisableScopes-unlocked.patch
@@ -0,0 +1,25 @@
+From 1eeab7cf3b5d41e3e10959ef2ff5298eac86c9fa Mon Sep 17 00:00:00 2001
+From: andromeda <andromeda@lenovo>
+Date: Sun, 25 Jan 2026 10:41:03 +0100
+Subject: [PATCH] autoDisableScopes unlocked
+
+---
+ build/phoenix-unified.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/build/phoenix-unified.js b/build/phoenix-unified.js
+index e183890e..fd58b176 100644
+--- a/build/phoenix-unified.js
++++ b/build/phoenix-unified.js
+@@ -2204,7 +2204,7 @@ pref("xpinstall.whitelist.add.NoScript.PBM", "https://noscript.net^privateBrowsi
+ // https://archive.is/DYjAM
+ // https://support.mozilla.org/kb/deploying-firefox-with-extensions
+ // https://searchfox.org/firefox-main/rev/82e2435f/toolkit/mozapps/extensions/internal/AddonSettings.sys.mjs#125
+-pref("extensions.autoDisableScopes", 15, locked); // [DEFAULT - non-Thunderbird] Defense in depth, ensures sideloaded extensions are always disabled by default...
++pref("extensions.autoDisableScopes", 15); // [DEFAULT - non-Thunderbird] Defense in depth, ensures sideloaded extensions are always disabled by default...
+ pref("extensions.enabledScopes", 5); // [HIDDEN]
+ pref("extensions.installDistroAddons", false); // [HIDDEN - non-Android] [DEFAULT - Android]
+ pref("extensions.sideloadScopes", 0); // [HIDDEN]
+--
+2.52.0
+