add back detail data in section 9999 #1733

This commit is contained in:
Thorin-Oakenpants 2023-10-07 02:26:15 +00:00 committed by GitHub
parent 5c093f20a4
commit 70cf449f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

53
user.js
View File

@ -1161,21 +1161,44 @@ user_pref("browser.urlbar.showSearchTerms.enabled", false);
/*** [SECTION 9999]: DEPRECATED / RENAMED ***/ /*** [SECTION 9999]: DEPRECATED / RENAMED ***/
user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is mortal coil!"); user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is mortal coil!");
/* 9998: deprecated FF103-115 ***/ /* ESR115.x still uses all the following prefs
// user_pref("browser.cache.offline.enable", ""); // [NOTE] replace the * with a slash in the line above to re-enable active ones
// user_pref("extensions.formautofill.heuristics.enabled", ""); // FF116
// user_pref("network.cookie.lifetimePolicy", ""); // 4506: set RFP's font visibility level (1402) [FF94+]
// user_pref("privacy.clearsitedata.cache.enabled", ""); // [-] https://bugzilla.mozilla.org/1838415
// user_pref("privacy.resistFingerprinting.testGranularityMask", ""); // user_pref("layout.css.font-visibility.resistFingerprinting", 1); // [DEFAULT: 1]
// user_pref("security.pki.sha1_enforcement_level", ""); // FF117
/* 9999: deprecated FF116-128 ***/ // 1221: disable Windows Microsoft Family Safety cert [FF50+] [WINDOWS]
// user_pref("dom.webnotifications.serviceworker.enabled", ""); // 0=disable detecting Family Safety mode and importing the root
// user_pref("layout.css.font-visibility.private", ""); // 1=only attempt to detect Family Safety mode (don't import the root)
// user_pref("layout.css.font-visibility.resistFingerprinting", ""); // 2=detect Family Safety mode and import the root
// user_pref("layout.css.font-visibility.standard", ""); // [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/21686
// user_pref("layout.css.font-visibility.trackingprotection", ""); // [-] https://bugzilla.mozilla.org/1844908
// user_pref("permissions.delegation.enabled", ""); user_pref("security.family_safety.mode", 0);
// user_pref("security.family_safety.mode", ""); // 7018: disable service worker Web Notifications [FF44+]
// [WHY] Web Notifications are behind a prompt (7002)
// [1] https://blog.mozilla.org/en/products/firefox/block-notification-requests/
// [-] https://bugzilla.mozilla.org/1842457
// user_pref("dom.webnotifications.serviceworker.enabled", false);
// FF118
// 1402: limit font visibility (Windows, Mac, some Linux) [FF94+]
// Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts [1], bundled fonts are auto-allowed
// In normal windows: uses the first applicable: RFP over TP over Standard
// In Private Browsing windows: uses the most restrictive between normal and private
// 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts
// [1] https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
// [-] https://bugzilla.mozilla.org/1847599
// user_pref("layout.css.font-visibility.private", 1);
// user_pref("layout.css.font-visibility.standard", 1);
// user_pref("layout.css.font-visibility.trackingprotection", 1);
// 2623: disable permissions delegation [FF73+]
// Currently applies to cross-origin geolocation, camera, mic and screen-sharing
// permissions, and fullscreen requests. Disabling delegation means any prompts
// for these will show/use their correct 3rd party origin
// [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion
// [-] https://bugzilla.mozilla.org/1697151
// user_pref("permissions.delegation.enabled", false);
// ***/
/* END: internal custom pref to test for syntax errors ***/ /* END: internal custom pref to test for syntax errors ***/
user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!"); user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!");