Slashdot Mirror


Firefox 44 Arrives With Push Notifications (mozilla.org)

An anonymous reader writes: Mozilla today launched Firefox 44 for Windows, Mac, Linux, and Android. Notable additions to the browser include push notifications, the removal of RC4 encryption, and new powerful developer tools. Mozilla made three promises for push notifications: "1. To prevent cross-site correlations, every website receives a different, anonymous Web Push identifier for your browser. 2. To thwart eavesdropping, payloads are encrypted to a public / private keypair held only by your browser. 3. Firefox only connects to the Push Service if you have an active Web Push subscription. This could be to a website, or to a browser feature like Firefox Hello or Firefox Sync." Here are the full changelogs: Desktop and Android.

2 of 182 comments (clear)

  1. Re:Great! by fahrbot-bot · · Score: 5, Informative

    Who has a list of which configuration options I need to go into about:config and disable this time?

    As buchner.johannes noted, just don't subscribe to anything, but from what I have read, set:

    • dom.webnotifications.enabled = false
    • dom.webnotifications.serviceworker.enabled = false
    --
    It must have been something you assimilated. . . .
  2. Re:Great! by fahrbot-bot · · Score: 5, Informative

    Who has a list of which configuration options I need to go into about:config and disable this time?

    As buchner.johannes noted, just don't subscribe to anything, but from what I have read, set:

    • dom.webnotifications.enabled = false
    • dom.webnotifications.serviceworker.enabled = false

    Other candidates seem to also be:

    • dom.push.connection.enabled = false
    • dom.push.enabled = false
    --
    It must have been something you assimilated. . . .