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:
Abhishek Madan 2023-10-25 21:00:31 +00:00
Родитель dd0f953d7b
Коммит 373916c840
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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