fix prefs
This commit is contained in:
parent
a9fff45409
commit
78174be618
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ defaultPref("librewolf.uBO.assetsBootstrapLocation", "https://gitlab.com/librewo
|
|||
* so it only makes sense that we also disable them.
|
||||
* See https://gitlab.com/librewolf-community/settings/-/issues/240
|
||||
*/
|
||||
defaultPref("browser.dom.window.dump.enabled", false, sticky);
|
||||
defaultPref("devtools.console.stdout.chrome", false, sticky);
|
||||
pref("browser.dom.window.dump.enabled", false);
|
||||
pref("devtools.console.stdout.chrome", false);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue