Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78174be618 | ||
| 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
|
||||
*/
|
||||
pref("browser.dom.window.dump.enabled", false);
|
||||
pref("devtools.console.stdout.chrome", false);
|
||||
|
||||
|
||||
|
||||
/** [CATEGORY] NETWORKING */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue