From 8db32abde962fd197fff91fb6bb1fd6c180e1f51 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:39:26 -0400 Subject: [PATCH] add override for Firefox Sync --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index 09d2e77..2893f5f 100644 --- a/Securefox.js +++ b/Securefox.js @@ -1055,7 +1055,7 @@ user_pref("browser.safebrowsing.allowOverride", false); user_pref("identity.fxaccounts.enabled", false); // PREF: enable Firefox accounts [OVERRIDE] -user_pref("identity.fxaccounts.enabled", false); +user_pref("identity.fxaccounts.enabled", true); // PREF: disable Push API // Push is an API that allows websites to send you (subscribed) messages even when the site