devtools.performance.recording.ui-base-url does not like https for localhost urls
This commit is contained in:
parent
b27477ceb9
commit
1b9cc88ccf
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", "https://localhost:4242");
|
lockPref("devtools.performance.recording.ui-base-url", "http://localhost:4242");
|
||||||
// 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