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

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



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-147.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • f410b034
    by june wilde at 2026-02-10T09:12:09+01:00
    fixup! Firefox preference overrides.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -560,6 +560,11 @@ pref("browser.display.use_system_colors", false);
    560 560
     pref("widget.non-native-theme.use-theme-accent", false);
    
    561 561
     // tor-browser#43236: Disable vsync on Wayland to prevent refresh rate leaks.
    
    562 562
     pref("widget.wayland.vsync.enabled", false);
    
    563
    +// tor-browser#44571: Disable HTML rating attribute for filtering web content.
    
    564
    +// This could potentially be used as a fingerprinting vector based on if content
    
    565
    +// marked with a specific rating is loaded or not.
    
    566
    +pref("security.restrict_to_adults.always", false);
    
    567
    +pref("security.restrict_to_adults.respect_platform", false);
    
    563 568
     
    
    564 569
     // tor-browser#41943: defense-in-depth, but do not lock anymore (enabled in Firefox 119, http://bugzil.la/1851162)
    
    565 570
     pref("_javascript_.options.spectre.disable_for_isolated_content", false);
    
    ... ... @@ -738,6 +743,8 @@ pref("browser.menu.share_url.allow", false, locked);
    738 743
     // Disable special URL bar behaviors
    
    739 744
     pref("browser.urlbar.suggest.topsites", false);
    
    740 745
     pref("browser.urlbar.quicksuggest.enabled", false);
    
    746
    +pref("browser.urlbar.quicksuggest.online.available", false);
    
    747
    +pref("browser.urlbar.quicksuggest.online.enabled", false);
    
    741 748
     pref("browser.urlbar.richSuggestions.featureGate", false);
    
    742 749
     pref("browser.urlbar.yelp.featureGate", false);
    
    743 750
     pref("browser.urlbar.mdn.featureGate", false);
    

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