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.