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

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



Title: GitLab

richard pushed to branch tor-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 33432bfe
    by Pier Angelo Vendrame at 2023-09-20T19:54:17+00:00
    fixup! Firefox preference overrides.
    
    Bug 41884: Disable browser.tabs.searchclipboardfor.middleclick.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -536,6 +536,11 @@ pref("browser.menu.share_url.allow", false, locked);
    536 536
     // Disable special URL bar behaviors
    
    537 537
     pref("browser.urlbar.suggest.topsites", false);
    
    538 538
     
    
    539
    +// tor-browser#41884: Do not start a search when clicking on the new tab button
    
    540
    +// with the middle mouse button (to prevent searching for anything you might
    
    541
    +// have selected or already in your clipboard).
    
    542
    +pref("browser.tabs.searchclipboardfor.middleclick", false);
    
    543
    +
    
    539 544
     // Skip checking omni.ja and other files for corruption since the result
    
    540 545
     // is only reported via telemetry (which is disabled). See tor-browser#40048.
    
    541 546
     pref("corroborator.enabled", false);
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits