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

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



Title: GitLab

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

Commits:

  • a6bdda07
    by Beatriz Rizental at 2026-09-08T13:12:24+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
    ... ... @@ -779,6 +779,8 @@ pref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
    779 779
     // Disable share menus on Mac and Windows tor-browser#41117
    
    780 780
     pref("browser.menu.share_url.allow", false, locked);
    
    781 781
     
    
    782
    +// tor-browser#45133: Disable share button
    
    783
    +pref("browser.toolbars.share-button.enabled", false)
    
    782 784
     
    
    783 785
     // tor-browser#41884: Do not start a search when clicking on the new tab button
    
    784 786
     // 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