devtools.performance.recording.ui-base-url does not like https for localhost urls

This commit is contained in:
ohfp 2021-04-15 15:52:06 +02:00
parent b27477ceb9
commit 1b9cc88ccf
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+] // 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+]