diff --git a/librewolf.cfg b/librewolf.cfg index ed5b707..a4ac4e5 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -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);