morgan pushed to branch mullvad-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
cb96eb04
by Henry Wilkes at 2024-09-16T18:07:55+00:00
1 changed file:
Changes:
... | ... | @@ -662,6 +662,11 @@ pref("privacy.query_stripping.enabled", true); |
662 | 662 | pref("privacy.query_stripping.enabled.pbmode", true);
|
663 | 663 | pref("privacy.query_stripping.strip_on_share.enabled", true);
|
664 | 664 | |
665 | +// Ensure global privacy control headers are consistent in private browsing and
|
|
666 | +// non-private browsing (tor-browser#42777).
|
|
667 | +pref("privacy.globalprivacycontrol.enabled", true);
|
|
668 | +pref("privacy.globalprivacycontrol.pbmode.enabled", true);
|
|
669 | + |
|
665 | 670 | // Disable platform text recogniition functionality (tor-browser#42057)
|
666 | 671 | pref("dom.text-recognition.enabled", false);
|
667 | 672 |