From 306610da8e3ba7580674e6385759f2764dad3b84 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 26 Jan 2021 19:37:54 +0000 Subject: [PATCH] remove 2614, see #1100 --- user.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/user.js b/user.js index 7a78bb2..9a33ad3 100644 --- a/user.js +++ b/user.js @@ -1143,10 +1143,6 @@ user_pref("devtools.debugger.remote-enabled", false); // [DEFAULT: false] /* 2611: disable middle mouse click opening links from clipboard * [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/10089 ***/ user_pref("middlemouse.contentLoadURL", false); -/* 2614: limit HTTP redirects (this does not control redirects with HTML meta tags or JS) - * [NOTE] A low setting of 5 or under will probably break some sites (e.g. gmail logins) - * To control HTML Meta tag and JS redirects, use an extension. Default is 20 ***/ -user_pref("network.http.redirection-limit", 10); /* 2615: disable websites overriding Firefox's keyboard shortcuts [FF58+] * 0 (default) or 1=allow, 2=block * [SETTING] to add site exceptions: Page Info>Permissions>Override Keyboard Shortcuts ***/