From cfe07437ea8f353bb2d9546eae7faa2214cfeaf5 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:42:43 -0500 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index ceca378..a7d5669 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -19,20 +19,6 @@ To enable certain functions, `copy+paste` the appropriate prefs to the `MY OVERR *** -### Firefox Sync & View -Firefox [Sync](https://support.mozilla.org/en-US/kb/how-do-i-set-sync-my-computer) and Firefox [View](https://support.mozilla.org/en-US/kb/how-set-tab-pickup-firefox-view) are disabled to minimize connections. - -```javascript -// PREF: restore Firefox Sync -user_pref("identity.fxaccounts.enabled", true); - -// PREF: restore Firefox View -user_pref("browser.tabs.firefox-view", true); -user_pref("browser.tabs.firefox-view-next", true); // [FF119+] -``` - -*** - ### Password, credit card, and address management The built-in password manager is disabled for security.