From 9e93ebaf16aa93010b017470a8a25043766909da Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sat, 27 Jun 2020 12:41:34 +0530 Subject: [PATCH] Update FF70-related prefs Addresses #21 --- librewolf.cfg | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/librewolf.cfg b/librewolf.cfg index 34e1d82..1dcfabc 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -120,6 +120,23 @@ lockPref("browser.contentblocking.rejecttrackers.reportBreakage.enabled", false) lockPref("browser.contentblocking.rejecttrackers.ui.enabled", false); lockPref("browser.contentblocking.trackingprotection.control-center.ui.enabled", false); lockPref("browser.contentblocking.trackingprotection.ui.enabled", false); +lockPref("browser.contentblocking.report.lockwise.url", ""); +lockPref("browser.contentblocking.report.proxy_extension.url", ""); +lockPref("browser.contentblocking.report.cookie.url", ""); +lockPref("browser.contentblocking.report.cryptominer.url", ""); +lockPref("browser.contentblocking.report.fingerprinter.url", ""); +lockPref("browser.contentblocking.report.lockwise.enabled", false); +lockPref("browser.contentblocking.report.lockwise.how_it_works.url", ""); +lockPref("browser.contentblocking.report.lockwise.url", ""); +lockPref("browser.contentblocking.report.manage_devices.url", ""); +lockPref("browser.contentblocking.report.monitor.enabled", false); +lockPref("browser.contentblocking.report.monitor.how_it_works.url", ""); +lockPref("browser.contentblocking.report.monitor.sign_in_url", ""); +lockPref("browser.contentblocking.report.monitor.url", ""); +lockPref("browser.contentblocking.report.proxy.enabled", false); +lockPref("browser.contentblocking.report.proxy_extension.url", ""); +lockPref("browser.contentblocking.report.social.url", ""); +lockPref("browser.contentblocking.report.tracker.url", ""); //lockPref("browser.contentblocking.global-toggle.enabled", false); //lockPref("browser.contentblocking.rejecttrackers.ui.recommended", false); //lockPref("browser.contentblocking.fastblock.ui.enabled", false); @@ -149,6 +166,11 @@ lockPref("signon.storeWhenAutocompleteOff", false); //lockPref("security.ask_for_password", 2); //lockPref("security.password_lifetime", 5); +pref("signon.management.page.breach-alerts.enabled", false); +pref("signon.management.page.breachAlertUrl", ""); +pref("signon.management.page.mobileAndroidURL", ""); +pref("signon.management.page.mobileAppleURL", ""); + // -------------------------------- // User Settings : History settings // -------------------------------- @@ -638,6 +660,7 @@ lockPref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", f lockPref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); lockPref("browser.messaging-system.whatsNewPanel.enabled", false); +lockPref("browser.messaging-system.fxatoolbarbadge.enabled", false); // Pref : lockPref("browser.onboarding.notification.tour-ids-queue", ""); @@ -1639,6 +1662,8 @@ lockPref("geo.provider.use_gpsd", false); // [LINUX] lockPref("identity.fxaccounts.auth.uri", ""); lockPref("identity.fxaccounts.remote.oauth.uri", ""); lockPref("identity.fxaccounts.remote.profile.uri", ""); +lockPref("identity.fxaccounts.service.monitorLoginUrl", ""); +lockPref("identity.fxaccounts.service.sendLoginUrl", ""); lockPref("identity.mobilepromo.ios", ""); lockPref("remote.enabled", false); @@ -1722,6 +1747,8 @@ lockPref("toolkit.telemetry.unified", false); lockPref("toolkit.telemetry.coverage.opt-out", true); lockPref("toolkit.telemetry.ecosystemtelemetry.enabled", false); +lockPref("security.protectionspopup.recordEventTelemetry", false) + lockPref("browser.discovery.enabled", false); lockPref("browser.discovery.containers.enabled", false); lockPref("browser.discovery.sites", ""); @@ -2019,8 +2046,10 @@ lockPref("browser.newtabpage.activity-stream.feeds.telemetry", false); lockPref("browser.newtabpage.activity-stream.feeds.snippets", false); lockPref("browser.newtabpage.activity-stream.disableSnippets", true); lockPref("browser.newtabpage.activity-stream.default.sites", ""); +lockPref("browser.newtabpage.activity-stream.discoverystream.enabled", false); lockPref("browser.newtabpage.activity-stream.discoverystream.config", ""); lockPref("browser.newtabpage.activity-stream.discoverystream.endpoints", ""); +lockPref("browser.newtabpage.activity-stream.discoverystream.engagementLabelEnabled", false); lockPref("browser.newtabpage.activity-stream.feeds.asrouterfeed", false); lockPref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false); lockPref("browser.newtabpage.activity-stream.feeds.newtabinit", false); @@ -2041,6 +2070,9 @@ lockPref("browser.search.update", false); // https://support.mozilla.org/en-US/questions/1157121 lockPref("network.captive-portal-service.enabled", false); +lockPref("network.netlink.route.check.IPv4", "127.0.0.1"); +lockPref("network.netlink.route.check.IPv6", "::1"); + // Pref : Disallow NTLMv1 // https://bugzilla.mozilla.org/show_bug.cgi?id=828183 lockPref("network.negotiate-auth.allow-insecure-ntlm-v1", false); @@ -2234,7 +2266,7 @@ lockPref("browser.pagethumbnails.capturing_disabled", true); // [2] https://bugzilla.mozilla.org/1492607 // [3] https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage //lockPref("privacy.firstparty.isolate.restrict_opener_access", true); // default: true -// lockPref("privacy.firstparty.isolate.block_post_message", true); // (hidden pref) +// lockPref("privacy.firstparty.isolate.block_post_message", true); // Enforced with addon // Pref : 0102: set START page (0=blank, 1=home, 2=last visited page, 3=resume previous session) @@ -2250,7 +2282,7 @@ lockPref("browser.pagethumbnails.capturing_disabled", true); // Pref : 1003: disable memory cache // [NOTE] Not recommended due to performance issues // lockPref("browser.cache.memory.enable", false); -// lockPref("browser.cache.memory.capacity", 0); // (hidden pref) +// lockPref("browser.cache.memory.capacity", 0); // This is overkill. Disabled for performance. // Firefox should be run in a container: sandbox or otherwise