From d9b1f4b816a67af7bd1df8d2ec92e9d766257b67 Mon Sep 17 00:00:00 2001 From: bogachenko Date: Fri, 14 Dec 2018 14:52:48 +0000 Subject: [PATCH] Updt --- user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user.js b/user.js index 31f718f..9584f17 100644 --- a/user.js +++ b/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 ***/