mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +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}");
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user