diff --git a/user.js b/user.js index e8f9b1d..56cb4b3 100644 --- a/user.js +++ b/user.js @@ -23,7 +23,7 @@ user_pref("general.warnOnAboutConfig", false); // XUL/XHTML version user_pref("browser.aboutConfig.showWarning", false); // HTML version [FF71+] //------------------------------------- -// Pref : Disable separate about:welcome page +// Disable separate about:welcome page // https://bugzilla.mozilla.org/show_bug.cgi?id=1617783 user_pref("browser.aboutwelcome.enabled", false); user_pref("trailhead.firstrun.branches", ""); @@ -175,7 +175,7 @@ user_pref("toolkit.telemetry.updatePing.enabled", false); // [FF56+] user_pref("toolkit.telemetry.bhrPing.enabled", false); // [FF57+] Background Hang Reporter user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+] // ------------------------------------- -// Pref : Disable collect Telemetry on tracking resources traffic. +// Disable collect Telemetry on tracking resources traffic. // An experiment that analyses HTTP traffic and will run at most until Firefox 73, looking for the prevalence of tracking resources going through HTTP. // https://bugzilla.mozilla.org/show_bug.cgi?id=1533363 user_pref("network.traffic_analyzer.enabled", false); @@ -224,7 +224,7 @@ user_pref("network.captive-portal-service.enabled", false); // [FF52+] // https://bugzilla.mozilla.org/1460537 ***/ user_pref("network.connectivity-service.enabled", false); // ------------------------------------- -// Pref : Disable contentblocking reports +// Disable contentblocking reports user_pref("browser.contentblocking.reportBreakage.url", ""); user_pref("browser.contentblocking.report.cookie.url", ""); user_pref("browser.contentblocking.report.cryptominer.url", ""); @@ -244,7 +244,7 @@ user_pref("browser.contentblocking.report.endpoint_url", ""); user_pref("browser.contentblocking.report.monitor.home_page_url", ""); user_pref("browser.contentblocking.report.monitor.preferences_url", ""); // ------------------------------------- -// Pref : Disable lockwise app callout to the ETP card +// Disable lockwise app callout to the ETP card // https://bugzilla.mozilla.org/show_bug.cgi?id=1612091 // https://bugzilla.mozilla.org/show_bug.cgi?id=1612088 user_pref("browser.contentblocking.report.show_mobile_app", false); @@ -253,26 +253,26 @@ user_pref("browser.contentblocking.report.lockwise.mobile-ios.url", ""); user_pref("browser.contentblocking.report.mobile-android.url", ""); user_pref("browser.contentblocking.report.mobile-ios.url", ""); // ------------------------------------- -// Pref : Disable send content blocking log to about:protections +// Disable send content blocking log to about:protections // https://bugzilla.mozilla.org/show_bug.cgi?id=1549832 user_pref("browser.contentblocking.database.enabled", false); // ------------------------------------- -// Pref : Disable celebrating milestone toast when certain numbers of trackers are blocked +// Disable celebrating milestone toast when certain numbers of trackers are blocked user_pref("browser.contentblocking.cfr-milestone.enabled", false); // Pref : Disable check default browser on first run user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", true); // ------------------------------------- -// Pref : Disable WebVTT logging and test events +// Disable WebVTT logging and test events // https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API // https://git.sny.no/gecko/commit/?id=5701a142f2a5e89b1b716e0edec0f18d5e513678 user_pref("media.webvtt.debug.logging", false); user_pref("media.webvtt.testing.events", false); // ------------------------------------- -// Pref : Disable Corroborate.jsm telemetry +// Disable Corroborate.jsm telemetry // https://bugzilla.mozilla.org/show_bug.cgi?id=1608308 user_pref("corroborator.enabled", false); // ------------------------------------- -// Pref : Disable Remote Settings +// Disable Remote Settings // https://github.com/mozilla-services/remote-settings-lambdas // https://remote-settings.readthedocs.io/en/latest/ user_pref("security.remote_settings.intermediates.enabled", false); @@ -285,11 +285,11 @@ user_pref("security.remote_settings.crlite_filters.collection", ""); user_pref("security.remote_settings.crlite_filters.signer", ""); user_pref("security.pki.crlite_mode", 2); // ------------------------------------- -// Pref : Block unwanted connections +// Block unwanted connections user_pref("app.feedback.baseURL", ""); user_pref("app.support.baseURL", ""); // ------------------------------------- -// Pref : Disable report browser errors to Mozilla +// Disable report browser errors to Mozilla // https://bugzilla.mozilla.org/show_bug.cgi?id=1426482 user_pref("browser.chrome.errorReporter.infoURL", ""); // >>>>>>>>>>>>>>>>>>>>> @@ -1125,7 +1125,7 @@ user_pref("dom.disable_beforeunload", true); // Disable shaking the screen ***/ user_pref("dom.vibrator.enabled", false); // ------------------------------------- -// Dsable asm.js [FF22+] [SETUP-PERF] +// Disable asm.js [FF22+] [SETUP-PERF] // http://asmjs.org/ // https://www.mozilla.org/security/advisories/mfsa2015-29/ // https://www.mozilla.org/security/advisories/mfsa2015-50/ @@ -1305,7 +1305,6 @@ 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 ***/ // >>>>>>>>>>>>>>>>>>>>> @@ -1676,7 +1675,7 @@ user_pref("layout.spellcheckDefault", 0); // 0=none, 1-multi-line, 2=multi-line // 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 ***/ +// UX FEATURES: Disable and hide the icons and menus ***/ // >>>>>>>>>>>>>>>>>>>>> user_pref("browser.messaging-system.whatsNewPanel.enabled", false); // What's New [FF69+] user_pref("messaging-system.rsexperimentloader.enabled", false); @@ -1685,6 +1684,7 @@ user_pref("identity.fxaccounts.enabled", false); // Firefox Accounts & Sync [FF6 user_pref("reader.parse-on-load.enabled", false); // Reader View // >>>>>>>>>>>>>>>>>>>>> // OTHER ***/ +// >>>>>>>>>>>>>>>>>>>>> // user_pref("browser.bookmarks.max_backups", 2); user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); // disable CFR [FF67+] user_pref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" "");