parent
422dbb33ce
commit
521079a0e9
1 changed files with 17 additions and 3 deletions
|
|
@ -108,8 +108,10 @@ lockPref("network.cookie.thirdparty.nonsecureSessionOnly", true);
|
||||||
|
|
||||||
lockPref("privacy.trackingprotection.enabled", false);
|
lockPref("privacy.trackingprotection.enabled", false);
|
||||||
lockPref("privacy.trackingprotection.annotate_channels", false);
|
lockPref("privacy.trackingprotection.annotate_channels", false);
|
||||||
|
lockPref("privacy.trackingprotection.origin_telemetry.enabled", false);
|
||||||
lockPref("privacy.trackingprotection.lower_network_priority", false);
|
lockPref("privacy.trackingprotection.lower_network_priority", false);
|
||||||
lockPref("privacy.trackingprotection.pbmode.enabled", false);
|
lockPref("privacy.trackingprotection.pbmode.enabled", false);
|
||||||
|
lockPref("telemetry.origin_telemetry_test_mode.enabled", false);
|
||||||
lockPref("urlclassifier.trackingTable", "");
|
lockPref("urlclassifier.trackingTable", "");
|
||||||
lockPref("pref.privacy.disable_button.change_blocklist", true);
|
lockPref("pref.privacy.disable_button.change_blocklist", true);
|
||||||
lockPref("browser.contentblocking.reportBreakage.enabled", false);
|
lockPref("browser.contentblocking.reportBreakage.enabled", false);
|
||||||
|
|
@ -182,6 +184,8 @@ defaultPref("privacy.history.custom", true);
|
||||||
//lockPref("permissions.memory_only", true); // (hidden pref)
|
//lockPref("permissions.memory_only", true); // (hidden pref)
|
||||||
//lockPref("browser.formfill.expire_days", 0);
|
//lockPref("browser.formfill.expire_days", 0);
|
||||||
|
|
||||||
|
lockPref("privacy.storagePrincipal.enabledForTrackers", false);
|
||||||
|
|
||||||
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
||||||
// User Settings : Session : Other session settings on disabled section
|
// User Settings : Session : Other session settings on disabled section
|
||||||
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
||||||
|
|
@ -603,7 +607,9 @@ lockPref("extensions.webapi.testing", false); // hidden prefs // default false
|
||||||
// Pref : Disable recommended extensions [FF64+]
|
// Pref : Disable recommended extensions [FF64+]
|
||||||
lockPref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr", false); // disable CFR
|
lockPref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr", false); // disable CFR
|
||||||
|
|
||||||
// Disable recommended extensions on the add-ons page.
|
// Disable recommendations in about:addons' Extensions and Themes panes [FF68+]
|
||||||
|
lockPref("extensions.getAddons.discovery.api_url", "");
|
||||||
|
lockPref("extensions.htmlaboutaddons.discover.enabled", false);
|
||||||
lockPref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
lockPref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
||||||
|
|
||||||
// [SETTING] General>Browsing>Recommend extensions as you browse
|
// [SETTING] General>Browsing>Recommend extensions as you browse
|
||||||
|
|
@ -1158,6 +1164,9 @@ lockPref("network.jar.open-unsafe-types", false);
|
||||||
// Pref : Disable Java NPAPI plugin
|
// Pref : Disable Java NPAPI plugin
|
||||||
lockPref("plugin.state.java", 0);
|
lockPref("plugin.state.java", 0);
|
||||||
|
|
||||||
|
// Discussion at https://github.com/ghacksuserjs/ghacks-user.js/issues/743
|
||||||
|
lockPref("trailhead.firstrun.branches", "join-privacy");
|
||||||
|
|
||||||
// Pref : 0402: enable Kinto blocklist updates (FF50+)
|
// Pref : 0402: enable Kinto blocklist updates (FF50+)
|
||||||
// What is Kinto?: https://wiki.mozilla.org/Firefox/Kinto#Specifications
|
// What is Kinto?: https://wiki.mozilla.org/Firefox/Kinto#Specifications
|
||||||
// As Firefox transitions to Kinto, the blocklists have been broken down into entries for certs to be
|
// As Firefox transitions to Kinto, the blocklists have been broken down into entries for certs to be
|
||||||
|
|
@ -1631,6 +1640,10 @@ lockPref("identity.fxaccounts.remote.oauth.uri", "");
|
||||||
lockPref("identity.fxaccounts.remote.profile.uri", "");
|
lockPref("identity.fxaccounts.remote.profile.uri", "");
|
||||||
lockPref("identity.mobilepromo.ios", "");
|
lockPref("identity.mobilepromo.ios", "");
|
||||||
|
|
||||||
|
lockPref("remote.enabled", false);
|
||||||
|
lockPref("remote.force-local", true);
|
||||||
|
lockPref("remote.log.level", "Info");
|
||||||
|
|
||||||
// Pref :
|
// Pref :
|
||||||
lockPref("layout.css.visited_links_enabled", false);
|
lockPref("layout.css.visited_links_enabled", false);
|
||||||
|
|
||||||
|
|
@ -1706,6 +1719,7 @@ lockPref("toolkit.telemetry.server_owner", "");
|
||||||
lockPref("toolkit.telemetry.shutdownPingSender.enabled", false);
|
lockPref("toolkit.telemetry.shutdownPingSender.enabled", false);
|
||||||
lockPref("toolkit.telemetry.unified", false);
|
lockPref("toolkit.telemetry.unified", false);
|
||||||
lockPref("toolkit.telemetry.coverage.opt-out", true);
|
lockPref("toolkit.telemetry.coverage.opt-out", true);
|
||||||
|
lockPref("toolkit.telemetry.ecosystemtelemetry.enabled", false);
|
||||||
|
|
||||||
lockPref("browser.discovery.enabled", false);
|
lockPref("browser.discovery.enabled", false);
|
||||||
lockPref("browser.discovery.containers.enabled", false);
|
lockPref("browser.discovery.containers.enabled", false);
|
||||||
|
|
@ -2255,7 +2269,7 @@ lockPref("browser.pagethumbnails.capturing_disabled", true);
|
||||||
//lockPref("browser.cache.disk_cache_ssl", false);
|
//lockPref("browser.cache.disk_cache_ssl", false);
|
||||||
|
|
||||||
// Pref : 2212 : limit events that can cause a popup
|
// Pref : 2212 : limit events that can cause a popup
|
||||||
// default is "change click dblclick mouseup pointerup notificationclick reset submit touchend contextmenu"
|
// default is "change click dblclick auxclick mouseup pointerup notificationclick reset submit touchend contextmenu"
|
||||||
// [1] http://kb.mozillazine.org/Dom.popup_allowed_events
|
// [1] http://kb.mozillazine.org/Dom.popup_allowed_events
|
||||||
//lockPref("dom.popup_allowed_events", "click dblclick");
|
//lockPref("dom.popup_allowed_events", "click dblclick");
|
||||||
// This does not cause privacy/leaking issues
|
// This does not cause privacy/leaking issues
|
||||||
|
|
@ -2269,7 +2283,7 @@ lockPref("browser.pagethumbnails.capturing_disabled", true);
|
||||||
// Pref : 2403 : disable clipboard commands (cut/copy) from "non-privileged" content (FF41+)
|
// Pref : 2403 : disable clipboard commands (cut/copy) from "non-privileged" content (FF41+)
|
||||||
// this disables document.execCommand("cut"/"copy") to protect your clipboard
|
// this disables document.execCommand("cut"/"copy") to protect your clipboard
|
||||||
// [1] https://bugzilla.mozilla.org/1170911
|
// [1] https://bugzilla.mozilla.org/1170911
|
||||||
//lockPref("dom.allow_cut_copy", false); // (hidden pref)
|
//lockPref("dom.allow_cut_copy", false);
|
||||||
// Not an issue
|
// Not an issue
|
||||||
|
|
||||||
// Pref : 1405 : disable WOFF2 (Web Open Font Format) (FF35+)
|
// Pref : 1405 : disable WOFF2 (Web Open Font Format) (FF35+)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue