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

fixup! Bug 8324: Prevent DNS proxy bypasses caused by Drag&Drop

Bug 42596: Add preferences for log levels.
parent fb07bdb1
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -118,3 +118,4 @@ pref("browser.torsettings.log_level", "Warn");
pref("browser.tordomainisolator.loglevel", "Warn");
pref("browser.torcircuitpanel.loglevel", "Log");
pref("browser.tor_android.log_level", "Info");
pref("browser.dragdropfilter.log_level", "Warn");
......@@ -14,8 +14,7 @@ ChromeUtils.defineLazyGetter(lazy, "logger", () => {
// fission.enforceBlocklistedPrefsInSubprocesses is true).
// (Or maybe this crash used to happen when the logger was not lazy, and maybe
// the preferences were not ready, yet?)
return new console.createInstance({
maxLogLevel: "Warn",
return console.createInstance({
maxLogLevelPref: "browser.dragdropfilter.log_level",
prefix: "DragDropFilter",
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment