also add fix for linux#80
This commit is contained in:
parent
21a6c1bcc1
commit
9a8d1ca822
1 changed files with 3 additions and 0 deletions
|
|
@ -2635,3 +2635,6 @@ defaultPref("xpinstall.signatures.required", true);
|
||||||
// https://www.ghacks.net/2019/05/24/firefox-69-userchrome-css-and-usercontent-css-disabled-by-default/
|
// https://www.ghacks.net/2019/05/24/firefox-69-userchrome-css-and-usercontent-css-disabled-by-default/
|
||||||
// might increase startup time, so keep it disabled, but modifiable by default
|
// might increase startup time, so keep it disabled, but modifiable by default
|
||||||
defaultPref("toolkit.legacyUserProfileCustomizations.stylesheets", false);
|
defaultPref("toolkit.legacyUserProfileCustomizations.stylesheets", false);
|
||||||
|
|
||||||
|
# needs to be set for the console to work, see https://gitlab.com/librewolf-community/browser/linux/-/issues/80:
|
||||||
|
defaultPref("devtools.selfxss.count", 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue