[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-149.0a1-16.0-2] fixup! Firefox preference overrides.



Title: GitLab

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
    fixup! Firefox preference overrides.
    
    BB 44814: Hide the unified trust panel.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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);
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx