summaryrefslogtreecommitdiffstats
path: root/browser/app
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:16:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:16:28 +0000
commitdeb3a053d8303b69333220d13f4757ea35e3c646 (patch)
tree6b69904dfd159c94849593a0140a3ee4a944be6d /browser/app
parentAdding debian version 127.0.1-1. (diff)
downloadfirefox-deb3a053d8303b69333220d13f4757ea35e3c646.tar.xz
firefox-deb3a053d8303b69333220d13f4757ea35e3c646.zip
Merging upstream version 127.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/app')
-rw-r--r--browser/app/profile/firefox.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
index 27c2d13fbd..21bbb6c8a9 100644
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -822,6 +822,10 @@ pref("browser.dataFeatureRecommendations.enabled", false);
// sets darkTheme data.
pref("browser.theme.dark-private-windows", true);
+// Pref to control whether or not Private Browsing windows show up
+// as separate icons in the Windows taskbar.
+pref("browser.privateWindowSeparation.enabled", true);
+
// Controls visibility of the privacy segmentation preferences section.
pref("browser.privacySegmentation.preferences.show", false);