mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
add override for Firefox Sync
This commit is contained in:
+4
-1
@@ -11,7 +11,7 @@
|
||||
* Securefox *
|
||||
* "Natura non constristatur" *
|
||||
* priority: provide sensible security and privacy *
|
||||
* version: November 2022 *
|
||||
* version: November 2022b *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
****************************************************************************/
|
||||
|
||||
@@ -1054,6 +1054,9 @@ user_pref("browser.safebrowsing.allowOverride", false);
|
||||
// [1] https://addons.mozilla.org/en-US/firefox/addon/xbs
|
||||
user_pref("identity.fxaccounts.enabled", false);
|
||||
|
||||
// PREF: enable Firefox accounts [OVERRIDE]
|
||||
user_pref("identity.fxaccounts.enabled", false);
|
||||
|
||||
// PREF: disable Push API
|
||||
// Push is an API that allows websites to send you (subscribed) messages even when the site
|
||||
// isn't loaded, by pushing messages to your userAgentID through Mozilla's Push Server.
|
||||
|
||||
Reference in New Issue
Block a user