Add "logging" section and disable browser.dom.window.dump.enabled and devtools.console.stdout.chrome
This commit is contained in:
parent
6fe09c63cb
commit
ebec9c7db2
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");
|
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
|
||||||
|
*/
|
||||||
|
pref("browser.dom.window.dump.enabled", false);
|
||||||
|
pref("devtools.console.stdout.chrome", false);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** [CATEGORY] NETWORKING */
|
/** [CATEGORY] NETWORKING */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue