From 666050d5e0f7f6d306c16e61f0f891561b799b63 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Mon, 26 Apr 2021 11:59:43 +0200 Subject: [PATCH] move devtools-url to a less used port; make defaultPref; fixes #37 --- librewolf.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librewolf.cfg b/librewolf.cfg index 03524fd..b9a337e 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -616,7 +616,7 @@ defaultPref("extensions.webextensions.background-delayed-startup", true); //defa // >>>>>>>>>>>>>>>>>>>> // Pref : Disabling performance addon url [FF64+] -lockPref("devtools.performance.recording.ui-base-url", "http://localhost:4242"); +defaultPref("devtools.performance.recording.ui-base-url", "http://localhost:55555"); // Default Value : https://perf-html.io // Pref : The default set of protocol handlers for irc [FF64+]