This commit is contained in:
bogachenko 2018-12-14 14:52:48 +00:00 committed by GitHub
parent d5ece0f6f4
commit d9b1f4b816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ***/