зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1860617 - Updated Strip On Share to be enabled by default. r=dmehic,pbz
Differential Revision: https://phabricator.services.mozilla.com/D191675
This commit is contained in:
Родитель
dd0f953d7b
Коммит
373916c840
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче