From 373916c840018141f751de59b8036c8d03581412 Mon Sep 17 00:00:00 2001 From: Abhishek Madan Date: Wed, 25 Oct 2023 21:00:31 +0000 Subject: [PATCH] Bug 1860617 - Updated Strip On Share to be enabled by default. r=dmehic,pbz Differential Revision: https://phabricator.services.mozilla.com/D191675 --- browser/app/profile/firefox.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 93af51a4b1bd..9a64802ccf20 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1916,12 +1916,14 @@ pref("privacy.trackingprotection.cryptomining.enabled", true); pref("browser.contentblocking.database.enabled", true); -// Enable URL query stripping and strip on share in Nightly. +// Enable URL query stripping in Nightly. #ifdef NIGHTLY_BUILD pref("privacy.query_stripping.enabled", true); -pref("privacy.query_stripping.strip_on_share.enabled", true); #endif +// Enable Strip on Share by default on desktop +pref("privacy.query_stripping.strip_on_share.enabled", true); + pref("browser.contentblocking.cryptomining.preferences.ui.enabled", true); pref("browser.contentblocking.fingerprinting.preferences.ui.enabled", true); // Enable cookieBehavior = BEHAVIOR_REJECT_TRACKER_AND_PARTITION_FOREIGN as an option in the custom category ui