move devtools-url to a less used port; make defaultPref; fixes #37
This commit is contained in:
parent
1b9cc88ccf
commit
666050d5e0
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ defaultPref("extensions.webextensions.background-delayed-startup", true); //defa
|
||||||
// >>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>
|
||||||
|
|
||||||
// Pref : Disabling performance addon url [FF64+]
|
// 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
|
// Default Value : https://perf-html.io
|
||||||
|
|
||||||
// Pref : The default set of protocol handlers for irc [FF64+]
|
// Pref : The default set of protocol handlers for irc [FF64+]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue