Update FF75-related prefs

Addresses #21
This commit is contained in:
Shreyas Minocha 2020-06-29 23:19:35 +05:30
parent c4d7cbf4ee
commit c474a8f362
No known key found for this signature in database
GPG key ID: 3740FE9FC5772203

View file

@ -148,6 +148,7 @@ lockPref("browser.contentblocking.report.tracker.url", "");
//lockPref("browser.contentblocking.ui.enabled", false);
//lockPref("browser.contentblocking.enabled", false);
lockPref("default-browser-agent.enabled", false);
// ----------------------------------
// User Settings : Auto-play settings
@ -440,6 +441,7 @@ lockPref("dom.push.connection.enabled", false);
lockPref("dom.push.serverURL", ""); //default "wss://push.services.mozilla.com/"
lockPref("dom.push.userAgentID", "");
lockPref("dom.targetBlankNoOpener.enabled", true);
lockPref("dom.reporting.crash.enabled", false);
lockPref("security.data_uri.block_toplevel_data_uri_navigations", true); // default: true in FF59+
lockPref("ui.use_standins_for_native_colors", true);
lockPref("services.blocklist.onecrl.collection", ""); // revoked certificates
@ -1304,6 +1306,7 @@ lockPref("security.ssl.enable_ocsp_stapling", true);
// Pref :
lockPref("security.ssl.errorReporting.enabled", false);
lockPref("security.remote_settings.intermediates.enabled", true);
// Pref : Manage certificates button
//lockPref("security.disable_button.openCertManager", false);
@ -1675,6 +1678,9 @@ lockPref("geo.provider.use_gpsd", false); // [LINUX]
lockPref("geo.provider.network.url", "");
lockPref("geo.provider.network.logging.enabled", false);
lockPref("geo.provider-country.network.scan", false);
lockPref("geo.provider-country.network.url", "");
// Pref :
lockPref("identity.fxaccounts.auth.uri", "");
lockPref("identity.fxaccounts.remote.oauth.uri", "");
@ -1846,6 +1852,11 @@ lockPref("browser.send_pings.require_same_host", true);
// http://kb.mozillazine.org/Browser.cache.offline.enable
lockPref("browser.cache.offline.enable", false);
/* 1007: disable media cache from writing to disk in Private Browsing
* [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB */
lockPref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
lockPref("media.memory_cache_max_size", 16384);
// Pref : Disable prefetching of <link rel="next"> URLs
// http://kb.mozillazine.org/Network.prefetch-next
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ#Is_there_a_preference_to_disable_link_prefetching.3F