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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-153.2.0esr-16.0-1] fixup! Firefox preference overrides.



Title: GitLab

morgan pushed to branch mullvad-browser-153.2.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 4edf2600
    by Beatriz Rizental at 2026-09-08T13:21:49+00:00
    fixup! Firefox preference overrides.
    
    Bug 45133: Disable browser.toolbars.share-button.enabled
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -775,6 +775,8 @@ pref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
    775 775
     // Disable share menus on Mac and Windows tor-browser#41117
    
    776 776
     pref("browser.menu.share_url.allow", false, locked);
    
    777 777
     
    
    778
    +// tor-browser#45133: Disable share button
    
    779
    +pref("browser.toolbars.share-button.enabled", false)
    
    778 780
     
    
    779 781
     // tor-browser#41884: Do not start a search when clicking on the new tab button
    
    780 782
     // with the middle mouse button (to prevent searching for anything you might
    

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