Update 'user.js'
This commit is contained in:
parent
147dfb6fb8
commit
8adb6d8fe3
47
user.js
47
user.js
|
@ -60,7 +60,7 @@ user_pref("browser.newtabpage.activity-stream.feeds.asrouterfeed", false);
|
|||
// Runs code received from a server (aka Remote Code Execution) and sends information back to a metrics server
|
||||
// https://abouthome-snippets-service.readthedocs.io/ ***/
|
||||
user_pref("browser.newtabpage.activity-stream.feeds.snippets", false);
|
||||
user_pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", "{}");
|
||||
user_pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", "");
|
||||
// -------------------------------------
|
||||
// Disable Activity Stream Top Stories, Pocket-based and/or sponsored content ***/
|
||||
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
||||
|
@ -79,6 +79,7 @@ user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
|||
// https://wiki.mozilla.org/Private_Browsing
|
||||
// https://spreadprivacy.com/is-private-browsing-really-private/ ***/
|
||||
// user_pref("browser.privatebrowsing.autostart", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// GEOLOCATION ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -112,6 +113,7 @@ user_pref("browser.region.update.enabled", false); // [[FF79+]
|
|||
// Set search region
|
||||
// May not be hidden if Firefox has changed your settings due to your region ***/
|
||||
user_pref("browser.search.region", "US"); // [HIDDEN PREF]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// LANGUAGE / LOCALE ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -123,6 +125,7 @@ user_pref("intl.accept_languages", "en-US, en");
|
|||
// [SETUP-WEB] May break some input methods e.g xim/ibus for CJK languages
|
||||
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=867501,1629630 ***/
|
||||
user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// QUIET FOX
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -292,6 +295,7 @@ user_pref("app.support.baseURL", "");
|
|||
// Disable report browser errors to Mozilla
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1426482
|
||||
user_pref("browser.chrome.errorReporter.infoURL", "");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// SAFE BROWSING (SB)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -343,6 +347,7 @@ user_pref("browser.safebrowsing.provider.google4.advisoryURL", "");
|
|||
user_pref("browser.safebrowsing.blockedURIs.enabled", false);
|
||||
user_pref("browser.safebrowsing.provider.mozilla.gethashURL", "");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.updateURL", "");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// SYSTEM ADD-ONS / EXPERIMENTS
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -381,6 +386,7 @@ user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
|
|||
// Disable Web Compatibility Reporter [FF56+]
|
||||
// Web Compatibility Reporter adds a "Report Site Issue" button to send data to Mozilla ***/
|
||||
user_pref("extensions.webcompat-reporter.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// BLOCK IMPLICIT OUTBOUND [not explicitly asked for - e.g. clicked on] ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -405,6 +411,7 @@ user_pref("network.http.speculative-parallel-limit", 0);
|
|||
// https://www.bleepingcomputer.com/news/software/major-browsers-to-prevent-disabling-of-click-tracking-privacy-risk/ ***/
|
||||
user_pref("browser.send_pings", false); // [DEFAULT: false]
|
||||
user_pref("browser.send_pings.require_same_host", true); // defense-in-depth
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// HTTP* / TCP/IP / DNS / PROXY / SOCKS etc ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -476,6 +483,7 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]
|
|||
// See for details: https://support.mozilla.org/en-US/kb/firefox-dns-over-https
|
||||
user_pref("network.trr.mode", 0);
|
||||
user_pref("network.trr.uri", "");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -559,6 +567,7 @@ user_pref("browser.taskbar.lists.tasks.enabled", false);
|
|||
// -------------------------------------
|
||||
// Disable Windows taskbar preview [WINDOWS] ***/
|
||||
user_pref("browser.taskbar.previews.enable", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// PASSWORDS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -598,6 +607,7 @@ user_pref("signon.formlessCapture.enabled", false);
|
|||
// 1=don't allow cross-origin sub-resources to open HTTP authentication credentials dialogs
|
||||
// 2=allow sub-resources to open HTTP authentication credentials dialogs (default)
|
||||
user_pref("network.auth.subresource-http-auth-allow", 1);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// CACHE ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -622,6 +632,7 @@ user_pref("browser.cache.disk.enable", false);
|
|||
// [SETUP-WEB] ESR78: playback might break on subsequent loading ***/
|
||||
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
||||
user_pref("media.memory_cache_max_size", 65536);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// SESSIONS & SESSION RESTORE ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -649,6 +660,7 @@ user_pref("browser.sessionstore.interval", 30000);
|
|||
// Disable automatic Firefox start and session restore after reboot [FF62+] [WINDOWS]
|
||||
// https://bugzilla.mozilla.org/603903 ***/
|
||||
user_pref("toolkit.winRegisterApplicationRestart", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// FAVICONS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -667,6 +679,7 @@ user_pref("browser.chrome.site_icons", false);
|
|||
// -------------------------------------
|
||||
// Disable favicons in web notifications ***/
|
||||
user_pref("alerts.showFavicons", false); // [DEFAULT: false]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// SSL (Secure Sockets Layer) / TLS (Transport Layer Security) ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -711,6 +724,7 @@ user_pref("security.ssl.errorReporting.url", "");
|
|||
// https://github.com/tlswg/tls13-spec/issues/1001
|
||||
// https://blog.cloudflare.com/tls-1-3-overview-and-q-and-a/ ***/
|
||||
user_pref("security.tls.enable_0rtt_data", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// OCSP (Online Certificate Status Protocol)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -734,6 +748,7 @@ user_pref("security.OCSP.enabled", 0);
|
|||
// https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
|
||||
// https://www.imperialviolet.org/2014/04/19/revchecking.html ***/
|
||||
user_pref("security.OCSP.require", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// CERTS / HPKP (HTTP Public Key Pinning) ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -767,6 +782,7 @@ user_pref("security.family_safety.mode", 0);
|
|||
// by inspecting ALL your web traffic, then leave at current default=1
|
||||
// https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/16206 ***/
|
||||
user_pref("security.cert_pinning.enforcement_level", 2);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// MIXED CONTENT ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -800,6 +816,7 @@ user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
|
|||
// This is done to avoid waiting for a timeout which takes 90 seconds
|
||||
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=1642387,1660945 ***/
|
||||
user_pref("dom.security.https_only_mode_send_http_background_request", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// CIPHERS [WARNING: do not meddle with your cipher suite]
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -816,6 +833,7 @@ user_pref("dom.security.https_only_mode_send_http_background_request", false);
|
|||
// user_pref("security.ssl3.ecdhe_rsa_aes_256_sha", false);
|
||||
// user_pref("security.ssl3.rsa_aes_128_sha", false); // no PFS
|
||||
// user_pref("security.ssl3.rsa_aes_256_sha", false); // no PFS
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// UI (User Interface) ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -841,6 +859,7 @@ user_pref("browser.xul.error_pages.expert_bad_cert", true);
|
|||
// Display "insecure" icon and "Not Secure" text on HTTP sites ***/
|
||||
// user_pref("security.insecure_connection_icon.enabled", true); // [FF59+] [DEFAULT: true]
|
||||
user_pref("security.insecure_connection_text.enabled", true); // [FF60+]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// FONTS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -871,6 +890,7 @@ user_pref("gfx.font_rendering.graphite.enabled", false);
|
|||
// [WARNING] **DO NOT USE**: in FF80+ RFP covers this, and non-RFP users should use font vis
|
||||
// https://bugzilla.mozilla.org/1121643 ***/
|
||||
// user_pref("font.system.whitelist", ""); // [HIDDEN PREF]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// HEADERS / REFERERS
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -915,6 +935,7 @@ user_pref("network.http.referer.hideOnionSource", true);
|
|||
// [NOTE] DNT is enforced with Enhanced Tracking Protection regardless of this pref
|
||||
// [SETTING] Privacy & Security>Enhanced Tracking Protection>Send websites a "Do Not Track" signal... ***/
|
||||
user_pref("privacy.donottrackheader.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// CONTAINERS
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -930,6 +951,7 @@ user_pref("privacy.userContext.enabled", true);
|
|||
// [NOTE] The menu is always shown on long press and right click
|
||||
// [SETTING] General>Tabs>Enable Container Tabs>Settings>Select a container for each new tab ***/
|
||||
// user_pref("privacy.userContext.newTabContainerOnLeftClick.enabled", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// PLUGINS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -955,6 +977,7 @@ user_pref("media.gmp-manager.url.override", "");
|
|||
// [SETTING] General>DRM Content>Play DRM-controlled content
|
||||
// https://www.eff.org/deeplinks/2017/10/drms-dead-canary-how-we-just-lost-web-what-we-learned-it-and-what-we-need-do-next ***/
|
||||
user_pref("media.eme.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// MEDIA / CAMERA / MIC ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1013,6 +1036,7 @@ user_pref("permissions.default.microphone", 2);
|
|||
// [NOTE] If you have trouble with some video sites, then add an exception
|
||||
// https://support.mozilla.org/questions/1293231 ***/
|
||||
user_pref("media.autoplay.blocking_policy", 2);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// WINDOW MEDDLING & LEAKS / POPUPS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1040,6 +1064,7 @@ user_pref("dom.disable_open_during_load", true);
|
|||
// Limit events that can cause a popup [SETUP-WEB]
|
||||
// default is "change click dblclick auxclick mouseup pointerup notificationclick reset submit touchend contextmenu" ***/
|
||||
user_pref("dom.popup_allowed_events", "click dblclick");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// WEB WORKERS
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1080,6 +1105,7 @@ user_pref("dom.push.userAgentID", "");
|
|||
// [SETTING] to add site exceptions: Page Info>Permissions>Receive Notifications
|
||||
// [SETTING] to manage site exceptions: Options>Privacy & Security>Permissions>Notifications>Settings ***/
|
||||
// user_pref("permissions.default.desktop-notification", 2);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// DOM (DOCUMENT OBJECT MODEL) & JAVASCRIPT ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1140,6 +1166,7 @@ user_pref("javascript.options.wasm", false);
|
|||
// Enable (limited but sufficient) window.opener protection [FF65+]
|
||||
// Makes rel=noopener implicit for target=_blank in anchor and area elements when no rel attribute is set ***/
|
||||
user_pref("dom.targetBlankNoOpener.enabled", true); // [DEFAULT: true FF79+]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// HARDWARE FINGERPRINTING ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1185,6 +1212,7 @@ user_pref("dom.webaudio.enabled", false);
|
|||
// [SETTING] to add site exceptions: Page Info>Permissions>Access Virtual Reality Devices
|
||||
// [SETTING] to manage site exceptions: Options>Privacy & Security>Permissions>Virtual Reality>Settings ***/
|
||||
// user_pref("permissions.default.xr", 0);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// MISCELLANEOUS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1290,6 +1318,7 @@ user_pref("permissions.delegation.enabled", false);
|
|||
// If a new page from another domain is loaded into a tab, then window.name is set to an empty string. The original
|
||||
// string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks ***/
|
||||
user_pref("privacy.window.name.update.enabled", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// DOWNLOADS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1315,6 +1344,7 @@ user_pref("browser.download.hide_plugins_without_extensions", false);
|
|||
// [WARNING] This may interfere with some users' workflow or methods
|
||||
// https://bugzilla.mozilla.org/1281959 ***/
|
||||
// user_pref("browser.download.forbid_open_with", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// EXTENSIONS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1329,6 +1359,7 @@ user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
|
|||
// Disable webextension restrictions on certain mozilla domains [FF60+]
|
||||
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/
|
||||
// user_pref("extensions.webextensions.restrictedDomains", "");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// SECURITY ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1340,6 +1371,7 @@ user_pref("security.csp.enable", true); // [DEFAULT: true]
|
|||
// Enforce a security delay on some confirmation dialogs such as install, open/save
|
||||
// https://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/
|
||||
user_pref("security.dialog_enable_delay", 700);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// PERSISTENT STORAGE
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1395,6 +1427,7 @@ user_pref("browser.cache.offline.storage.enable", false); // [FF71+] [DEFAULT: f
|
|||
// -------------------------------------
|
||||
// Enable Local Storage Next Generation (LSNG) [FF65+] ***/
|
||||
user_pref("dom.storage.next_gen", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// SHUTDOWN
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1446,6 +1479,7 @@ user_pref("privacy.cpd.siteSettings", false); // Site Preferences
|
|||
// [NOTE] The values 5 + 6 are not listed in the dropdown, which will display a
|
||||
// blank value if they are used, but they do work as advertised ***/
|
||||
user_pref("privacy.sanitize.timeSpan", 0);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// FPI (FIRST PARTY ISOLATION)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1473,6 +1507,7 @@ user_pref("privacy.firstparty.isolate", true);
|
|||
// Enable site partitioning (FF78+)
|
||||
// https://bugzilla.mozilla.org/1590107 [META] */
|
||||
user_pref("privacy.partition.network_state", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// RFP (RESIST FINGERPRINTING)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1514,6 +1549,7 @@ user_pref("browser.startup.blankWindow", false);
|
|||
// Disable chrome animations [FF77+] [RESTART]
|
||||
// [NOTE] pref added in FF63, but applied to chrome in FF77. RFP spoofs this for web content ***/
|
||||
user_pref("ui.prefersReducedMotion", 1); // [HIDDEN PREF]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// RFP ALTERNATIVES
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1610,6 +1646,7 @@ user_pref("ui.systemUsesDarkTheme", 0); // [HIDDEN PREF]
|
|||
// [NOTE] Bundled fonts are auto-allowed
|
||||
// https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
|
||||
user_pref("layout.css.font-visibility.level", 1);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// RFP ALTERNATIVES (NAVIGATOR / USER AGENT SPOOFING)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1621,6 +1658,7 @@ user_pref("layout.css.font-visibility.level", 1);
|
|||
// user_pref("general.oscpu.override", ""); // [HIDDEN PREF]
|
||||
// user_pref("general.platform.override", ""); // [HIDDEN PREF]
|
||||
// user_pref("general.useragent.override", ""); // [HIDDEN PREF]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// PERSONAL
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1628,6 +1666,7 @@ user_pref("browser.startup.homepage_override.mstone", "ignore"); // master switc
|
|||
user_pref("startup.homepage_welcome_url", "");
|
||||
user_pref("startup.homepage_welcome_url.additional", "");
|
||||
user_pref("startup.homepage_override_url", ""); // What's New page after updates
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// WARNINGS ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1637,17 +1676,20 @@ user_pref("browser.tabs.warnOnOpen", false);
|
|||
user_pref("full-screen-api.warning.delay", 0);
|
||||
user_pref("full-screen-api.warning.timeout", 0);
|
||||
user_pref("browser.warnOnQuit", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// APPEARANCE ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
// user_pref("browser.download.autohideButton", false); // [FF57+]
|
||||
// user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // [FF68+] allow userChrome/userContent
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// CONTENT BEHAVIOR ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
user_pref("accessibility.typeaheadfind", false); // enable "Find As You Type"
|
||||
user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]
|
||||
user_pref("layout.spellcheckDefault", 0); // 0=none, 1-multi-line, 2=multi-line & single-line
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// UX BEHAVIOR ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1658,6 +1700,7 @@ user_pref("layout.spellcheckDefault", 0); // 0=none, 1-multi-line, 2=multi-line
|
|||
// user_pref("general.autoScroll", false); // middle-click enabling auto-scrolling [DEFAULT: false on Linux]
|
||||
// user_pref("ui.key.menuAccessKey", 0); // disable alt key toggling the menu bar [RESTART]
|
||||
// user_pref("view_source.tab", false); // view "page/selection source" in a new window [FF68+, FF59 and under]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// UX FEATURES: Disable and hide the icons and menus ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1666,6 +1709,7 @@ user_pref("messaging-system.rsexperimentloader.enabled", false);
|
|||
user_pref("extensions.pocket.enabled", false); // Pocket Account [FF46+]
|
||||
user_pref("identity.fxaccounts.enabled", false); // Firefox Accounts & Sync [FF60+] [RESTART]
|
||||
user_pref("reader.parse-on-load.enabled", false); // Reader View
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// OTHER ***/
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1677,6 +1721,7 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features",
|
|||
// [SETTING] General>Browsing>Recommend features as you browse
|
||||
user_pref("network.manage-offline-status", false); // see bugzilla 620472
|
||||
// user_pref("xpinstall.signatures.required", false); // enforced extension signing (Nightly/ESR)
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// DEPRECATED / REMOVED / LEGACY / RENAMED
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
|
Loading…
Reference in New Issue