Bug 1860617 - Updated Strip On Share to be enabled by default. r=dmehic

Differential Revision: https://phabricator.services.mozilla.com/D191675
This commit is contained in:
Abhishek Madan 2023-10-23 18:36:24 +00:00
parent 6519f75633
commit 121847341b
2 changed files with 2 additions and 3 deletions

View file

@ -1918,10 +1918,9 @@ pref("browser.contentblocking.database.enabled", true);
pref("dom.storage_access.frame_only", 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
pref("browser.contentblocking.cryptomining.preferences.ui.enabled", true);

View file

@ -13287,7 +13287,7 @@
# when copying/sharing in-content links or from the url bar.
- name: privacy.query_stripping.strip_on_share.enabled
type: RelaxedAtomicBool
value: false
value: true
mirror: always
# Enables / disables the URL query string stripping in normal browsing mode