mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
CRLite requires push
This commit is contained in:
+1
-1
@@ -1159,10 +1159,10 @@ user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
|||||||
//user_pref("browser.firefox-view.feature-tour", "{\"screen\":\"\",\"complete\":true}");
|
//user_pref("browser.firefox-view.feature-tour", "{\"screen\":\"\",\"complete\":true}");
|
||||||
|
|
||||||
// PREF: disable Push Notifications API [FF44+]
|
// 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
|
// 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.
|
// isn't loaded, by pushing messages to your userAgentID through Mozilla's Push Server.
|
||||||
// You shouldn't need to disable this.
|
// You shouldn't need to disable this.
|
||||||
// [WHY] Push requires subscription.
|
|
||||||
// [NOTE] To remove all subscriptions, reset "dom.push.userAgentID"
|
// [NOTE] To remove all subscriptions, reset "dom.push.userAgentID"
|
||||||
// [1] https://support.mozilla.org/en-US/kb/push-notifications-firefox
|
// [1] https://support.mozilla.org/en-US/kb/push-notifications-firefox
|
||||||
// [2] https://developer.mozilla.org/en-US/docs/Web/API/Push_API
|
// [2] https://developer.mozilla.org/en-US/docs/Web/API/Push_API
|
||||||
|
|||||||
Reference in New Issue
Block a user