add "logging" section and disable browser.dom.window.dump.enabled and devtools.console.stdout.chrome
This commit is contained in:
parent
6fe09c63cb
commit
a9fff45409
1 changed files with 8 additions and 0 deletions
|
|
@ -83,6 +83,14 @@ defaultPref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hse
|
|||
*/
|
||||
defaultPref("librewolf.uBO.assetsBootstrapLocation", "https://gitlab.com/librewolf-community/browser/source/-/raw/main/assets/uBOAssets.json");
|
||||
|
||||
/** [SECTION] LOGGING
|
||||
* these prefs are off by default in the official Mozilla builds,
|
||||
* 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);
|
||||
|
||||
|
||||
|
||||
/** [CATEGORY] NETWORKING */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue