henry pushed to branch mullvad-browser-149.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser
Commits:
-
83cb3c25
by Henry Wilkes at 2026-03-31T17:33:49+01:00
1 changed file:
Changes:
| ... | ... | @@ -295,6 +295,8 @@ pref("privacy.trackingprotection.annotate_channels", false); |
| 295 | 295 | pref("privacy.trackingprotection.cryptomining.enabled", false);
|
| 296 | 296 | pref("privacy.trackingprotection.fingerprinting.enabled", false);
|
| 297 | 297 | pref("privacy.trackingprotection.socialtracking.enabled", false);
|
| 298 | +// Hide the Unified Trust Panel until we have new designs. tor-browser#44814.
|
|
| 299 | +pref("browser.urlbar.trustPanel.featureGate", false);
|
|
| 298 | 300 | // tor-browser#43986: Explicitly disable bounce tracking protection
|
| 299 | 301 | pref("privacy.bounceTrackingProtection.mode", 0);
|
| 300 | 302 | pref("privacy.socialtracking.block_cookies.enabled", false);
|