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