Skip to content
Snippets Groups Projects
Commit d7261a87 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
Browse files

fixup! Bug 40458: Implement .tor.onion aliases

Bug 42596: Add preferences for log levels.
parent 7f7ec613
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -120,3 +120,5 @@ pref("browser.torcircuitpanel.loglevel", "Log");
pref("browser.tor_android.log_level", "Info");
pref("browser.dragdropfilter.log_level", "Warn");
pref("browser.onionAuthPrompt.loglevel", "Warn");
pref("browser.onionalias.log_level", "Warn");
pref("browser.torRequestWatch.log_level", "Warn");
......@@ -29,11 +29,9 @@ const SECURE_DROP = {
};
const kPrefOnionAliasEnabled = "browser.urlbar.onionRewrites.enabled";
const kPrefOnionAliasLogLevel = "browser.onionalias.log_level";
const log = console.createInstance({
maxLogLevel: "Warn",
maxLogLevelPref: kPrefOnionAliasLogLevel,
maxLogLevelPref: "browser.onionalias.log_level",
prefix: "OnionAlias",
});
......
......
......@@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
const log = console.createInstance({
maxLogLevel: "Warn",
maxLogLevelPref: "browser.torRequestWatch.log_level",
prefix: "TorRequestWatch",
});
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment