mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Updated Optional Hardening (markdown)
+1
-3
@@ -15,7 +15,7 @@
|
||||
|
||||
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#w_what-is-firefox-view) may be disabled to minimize connections and remove unused UI.
|
||||
|
||||
As of around June 2024, users are no longer able to disable Firefox View. To remove the icon from the toolbar, follow the instructions [here](https://support.mozilla.org/en-US/kb/how-set-tab-pickup-firefox-view#w_how-do-i-remove-firefox-view-from-the-tabs-bar).
|
||||
As of around June 2024, users are no longer able to disable Firefox View. To remove the icon from the tab bar, follow the instructions [here](https://support.mozilla.org/en-US/kb/how-set-tab-pickup-firefox-view#w_how-do-i-remove-firefox-view-from-the-tabs-bar).
|
||||
|
||||
```javascript
|
||||
// PREF: disable Firefox Sync
|
||||
@@ -25,8 +25,6 @@ user_pref("identity.fxaccounts.enabled", false);
|
||||
user_pref("browser.firefox-view.feature-tour", "{\"screen\":\"\",\"complete\":true}");
|
||||
```
|
||||
|
||||
If the above doesn't work after restarting, then read [here](https://support.mozilla.org/en-US/kb/how-set-tab-pickup-firefox-view#w_how-do-i-remove-firefox-view-from-the-tabs-bar) to remove Firefox View from the tab bar.
|
||||
|
||||
***
|
||||
|
||||
### Password, credit card, and address management
|
||||
|
||||
Reference in New Issue
Block a user