move devtools-url to a less used port; make defaultPref; fixes #37

This commit is contained in:
ohfp 2021-04-26 11:59:43 +02:00
parent 1b9cc88ccf
commit 666050d5e0
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

@ -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+]