fix prefs

This commit is contained in:
fxbrit 2023-02-18 21:16:59 +00:00
parent a9fff45409
commit 78174be618

View file

@ -88,8 +88,8 @@ defaultPref("librewolf.uBO.assetsBootstrapLocation", "https://gitlab.com/librewo
* so it only makes sense that we also disable them. * so it only makes sense that we also disable them.
* See https://gitlab.com/librewolf-community/settings/-/issues/240 * See https://gitlab.com/librewolf-community/settings/-/issues/240
*/ */
defaultPref("browser.dom.window.dump.enabled", false, sticky); pref("browser.dom.window.dump.enabled", false);
defaultPref("devtools.console.stdout.chrome", false, sticky); pref("devtools.console.stdout.chrome", false);