From e4de66dcbc1fbc3daa73a73134dbd85e71a35a00 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:12:31 -0400 Subject: [PATCH] CRLite requires push --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index ad38bd4..8066973 100644 --- a/Securefox.js +++ b/Securefox.js @@ -1159,10 +1159,10 @@ user_pref("browser.safebrowsing.downloads.remote.enabled", false); //user_pref("browser.firefox-view.feature-tour", "{\"screen\":\"\",\"complete\":true}"); // PREF: disable Push Notifications API [FF44+] +// [WHY] Website "push" requires subscription, and the API is required for CRLite. // 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. // You shouldn't need to disable this. -// [WHY] Push requires subscription. // [NOTE] To remove all subscriptions, reset "dom.push.userAgentID" // [1] https://support.mozilla.org/en-US/kb/push-notifications-firefox // [2] https://developer.mozilla.org/en-US/docs/Web/API/Push_API