mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 15:03:39 +02:00
Updt
This commit is contained in:
parent
d5ece0f6f4
commit
d9b1f4b816
1 changed files with 4 additions and 0 deletions
4
user.js
4
user.js
|
@ -1283,6 +1283,10 @@ user_pref("mathml.disabled", true);
|
|||
* [1] https://trac.torproject.org/projects/tor/ticket/10089
|
||||
* [2] http://kb.mozillazine.org/Middlemouse.contentLoadURL ***/
|
||||
user_pref("middlemouse.contentLoadURL", false);
|
||||
/* Preferences for the new performance panel This pref configures the base URL
|
||||
* for the perf.html instance to use
|
||||
* [WARNING] Uses Google Analytics ***/
|
||||
pref("devtools.performance.recording.ui-base-url", "");
|
||||
/* 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 ***/
|
||||
|
|
Loading…
Add table
Reference in a new issue