1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Common Overrides (markdown)

yokoffing
2023-11-10 11:42:43 -05:00
parent 46671a92d6
commit cfe07437ea
-14
@@ -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.