1
0
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:
yokoffing
2022-10-17 19:28:26 -04:00
committed by GitHub
parent c1debbcd92
commit f00953f084
+4 -1
View File
@@ -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.