[tbb-bugs] #10089 [Applications/Tor Browser]: middlemouse.contentLoadURL is set to true by default
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Sep 21 09:24:20 UTC 2017
#10089: middlemouse.contentLoadURL is set to true by default
-------------------------------------------------+-------------------------
Reporter: WDXfjqDN4QKGYrlY | Owner: tbb-
| team
Type: enhancement | Status: new
Priority: Low | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: ff59-esr-will-have, tbb-backport, | Actual Points:
tbb-pref, TorBrowserTeam201709R |
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Changes (by gk):
* keywords: ff59-esr-will-have, tbb-backport, tbb-pref => ff59-esr-will-
have, tbb-backport, tbb-pref, TorBrowserTeam201709R
Comment:
From #22814:
Mozilla finally decided to fix this 11 year old bug report and set
`middlemouse.contentLoadURL` to `false` in Firefox 57:
https://bugzilla.mozilla.org/show_bug.cgi?id=366945
I think it would be nice if someone from the TB team backports this easy
patch,
{{{
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4256,7 +4256,6 @@ pref("browser.drag_out_of_frame_style",
// Middle-mouse handling
pref("middlemouse.paste", true);
-pref("middlemouse.contentLoadURL", true);
pref("middlemouse.openNewWindow", true);
pref("middlemouse.scrollbarPosition", true);
@@ -4319,7 +4318,6 @@ pref("browser.drag_out_of_frame_style",
// Middle-mouse handling
pref("middlemouse.paste", true);
-pref("middlemouse.contentLoadURL", true);
pref("middlemouse.openNewWindow", true);
pref("middlemouse.scrollbarPosition", true);
}}}
It handles Android as well
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10089#comment:14>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list