mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
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:
parent
6519f75633
commit
121847341b
2 changed files with 2 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue