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:39:26 -04:00
committed by GitHub
parent 22414fe0da
commit 8db32abde9
+1 -1
View File
@@ -1055,7 +1055,7 @@ user_pref("browser.safebrowsing.allowOverride", false);
user_pref("identity.fxaccounts.enabled", false); user_pref("identity.fxaccounts.enabled", false);
// PREF: enable Firefox accounts [OVERRIDE] // PREF: enable Firefox accounts [OVERRIDE]
user_pref("identity.fxaccounts.enabled", false); user_pref("identity.fxaccounts.enabled", true);
// PREF: disable Push API // PREF: disable Push API
// Push is an API that allows websites to send you (subscribed) messages even when the site // Push is an API that allows websites to send you (subscribed) messages even when the site