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

richard (@richard) git at gitlab.torproject.org
Wed Sep 20 19:58:14 UTC 2023



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


Commits:
d4ff59bc by Pier Angelo Vendrame at 2023-09-20T19:57:49+00:00
fixup! Firefox preference overrides.

Bug 41884: Disable browser.tabs.searchclipboardfor.middleclick.

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d4ff59bcc5a144a197f7be0fb088c7d530ce7818

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d4ff59bcc5a144a197f7be0fb088c7d530ce7818
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230920/d785e62c/attachment-0001.htm>


More information about the tor-commits mailing list