un-break librewolf.cfg: fix wrong comment format
This commit is contained in:
parent
60703b2669
commit
ac25a5ef35
1 changed files with 3 additions and 3 deletions
|
|
@ -161,8 +161,8 @@ defaultPref("privacy.sanitize.timeSpan", 0);
|
||||||
defaultPref("browser.formfill.enable", false);
|
defaultPref("browser.formfill.enable", false);
|
||||||
defaultPref("privacy.sanitize.sanitizeOnShutdown", true);
|
defaultPref("privacy.sanitize.sanitizeOnShutdown", true);
|
||||||
defaultPref("places.history.enabled", false);
|
defaultPref("places.history.enabled", false);
|
||||||
# the following can be safely set here, as it should not have any effect,
|
// the following can be safely set here, as it should not have any effect,
|
||||||
# unless the above defaultPref("places.history.enabled", false); is set to true
|
// the above defaultPref("places.history.enabled", false); is set to true
|
||||||
defaultPref("places.history.expiration.max_pages", 2147483647);
|
defaultPref("places.history.expiration.max_pages", 2147483647);
|
||||||
defaultPref("privacy.history.custom", true);
|
defaultPref("privacy.history.custom", true);
|
||||||
//defaultPref("privacy.cpd.openWindows", true); // Clear session data
|
//defaultPref("privacy.cpd.openWindows", true); // Clear session data
|
||||||
|
|
@ -2636,5 +2636,5 @@ defaultPref("xpinstall.signatures.required", true);
|
||||||
// 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:
|
// to be set for the console to work, see https://gitlab.com/librewolf-community/browser/linux/-/issues/80:
|
||||||
defaultPref("devtools.selfxss.count", 0);
|
defaultPref("devtools.selfxss.count", 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue