11/******
22* name: arkenfox user.js
3- * date: 9 January 2023
4- * version: 108
3+ * date: 7 February 2023
4+ * version: 109
55* url: https://github.com/arkenfox/user.js
66* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
77
@@ -471,8 +471,7 @@ user_pref("security.OCSP.require", true);
471471user_pref ( "security.family_safety.mode" , 0 ) ;
472472/* 1223: enable strict PKP (Public Key Pinning)
473473 * 0=disabled, 1=allow user MiTM (default; such as your antivirus), 2=strict
474- * [SETUP-WEB] MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE
475- * your web browsing by inspecting ALL your web traffic, then override to current default ***/
474+ * [SETUP-WEB] MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE ***/
476475user_pref ( "security.cert_pinning.enforcement_level" , 2 ) ;
477476/* 1224: enable CRLite [FF73+]
478477 * 0 = disabled
@@ -595,8 +594,6 @@ user_pref("media.eme.enabled", false);
595594user_pref ( "_user.js.parrot" , "2400 syntax error: the parrot's kicked the bucket!" ) ;
596595/* 2402: prevent scripts from moving and resizing open windows ***/
597596user_pref ( "dom.disable_window_move_resize" , true ) ;
598- /* 2404: limit events that can cause a pop-up [SETUP-WEB] ***/
599- user_pref ( "dom.popup_allowed_events" , "click dblclick mousedown pointerdown" ) ;
600597
601598/*** [SECTION 2600]: MISCELLANEOUS ***/
602599user_pref ( "_user.js.parrot" , "2600 syntax error: the parrot's run down the curtain!" ) ;
@@ -606,8 +603,6 @@ user_pref("accessibility.force_disabled", 1);
606603/* 2603: remove temp files opened with an external application
607604 * [1] https://bugzilla.mozilla.org/302433 ***/
608605user_pref ( "browser.helperApps.deleteTempFileOnExit" , true ) ;
609- /* 2604: disable page thumbnail collection ***/
610- user_pref ( "browser.pagethumbnails.capturing_disabled" , true ) ; // [HIDDEN PREF]
611606/* 2606: disable UITour backend so there is no chance that a remote page can use it ***/
612607user_pref ( "browser.uitour.enabled" , false ) ;
613608 // user_pref("browser.uitour.url", ""); // Defense-in-depth
@@ -853,10 +848,6 @@ user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
853848 // user_pref("privacy.resistFingerprinting.testGranularityMask", 0);
854849/* 4506: set RFP's font visibility level (1402) [FF94+] ***/
855850 // user_pref("layout.css.font-visibility.resistFingerprinting", 1); // [DEFAULT: 1]
856- /* 4507: disable showing about:blank as soon as possible during startup [FF60+]
857- * When default true this no longer masks the RFP chrome resizing activity
858- * [1] https://bugzilla.mozilla.org/1448423 ***/
859- user_pref ( "browser.startup.blankWindow" , false ) ;
860851/* 4510: disable using system colors
861852 * [SETTING] General>Language and Appearance>Fonts and Colors>Colors>Use system colors ***/
862853user_pref ( "browser.display.use_system_colors" , false ) ; // [DEFAULT: false NON-WINDOWS]
@@ -963,6 +954,10 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
963954 // user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
964955 // user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
965956 // user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
957+ /* 5017: limit events that can cause a pop-up ***/
958+ // user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
959+ /* 5018: disable page thumbnail collection ***/
960+ // user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
966961
967962/*** [SECTION 5500]: OPTIONAL HARDENING
968963 Not recommended. Overriding these can cause breakage and performance issues,
@@ -1033,6 +1028,7 @@ user_pref("security.tls.version.enable-deprecated", false); // [DEFAULT: false]
10331028user_pref ( "extensions.webcompat-reporter.enabled" , false ) ; // [DEFAULT: false]
10341029/* 6050: prefsCleaner: reset previously active items removed from arkenfox FF102+ ***/
10351030 // user_pref("beacon.enabled", "");
1031+ // user_pref("browser.startup.blankWindow", "");
10361032 // user_pref("browser.newtab.preload", "");
10371033 // user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", "");
10381034 // user_pref("browser.newtabpage.activity-stream.feeds.snippets", "");
@@ -1186,8 +1182,8 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", fa
11861182user_pref ( "browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features" , false ) ;
11871183/* 9003: disable What's New toolbar icon [FF69+] ***/
11881184user_pref ( "browser.messaging-system.whatsNewPanel.enabled" , false ) ;
1189- /* 9004: disable seach terms [FF110+]
1190- * [SETTING] Search > SearchBar > Use the address bar for search and navigation > Show search terms instead of URL... ***/
1185+ /* 9004: disable search terms [FF110+]
1186+ * [SETTING] Search>Search Bar> Use the address bar for search and navigation> Show search terms instead of URL... ***/
11911187user_pref ( "browser.urlbar.showSearchTerms.enabled" , false ) ;
11921188
11931189/*** [SECTION 9999]: DEPRECATED / REMOVED / LEGACY / RENAMED
0 commit comments