un-break librewolf.cfg: fix wrong comment format

This commit is contained in:
ohfp 2020-03-10 15:34:59 +01:00
parent 60703b2669
commit ac25a5ef35

View file

@ -161,8 +161,8 @@ defaultPref("privacy.sanitize.timeSpan", 0);
defaultPref("browser.formfill.enable", false);
defaultPref("privacy.sanitize.sanitizeOnShutdown", true);
defaultPref("places.history.enabled", false);
# 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 following can be safely set here, as it should not have any effect,
// the above defaultPref("places.history.enabled", false); is set to true
defaultPref("places.history.expiration.max_pages", 2147483647);
defaultPref("privacy.history.custom", true);
//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
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);