»Q« wrote:
> WaltS48 wrote:
>> »Q« wrote:
>>> B00ze wrote:
>>>> Anybody know how to disable Web Push completely in new FF44? I.E.
>>>> Prevent FF from connecting to the Mozilla push server...?
>>>
>>> Setting dom.push.enabled to 'false' should do it. For redundancy,
>>> you might also set dom.push.serverURL to something like
>>> "wws://domain.invalid".
>>
>> I thought there was a checkbox the user could select called "Do not
>> disturb me" in Tools > Options > Content on Windows. No?
>>
>> Web Push notifications in Firefox | Firefox Help -
>> <
https://support.mozilla.org/en-US/kb/push-notifications-firefox?as=u&utm_source=inproduct#firefox:win8:fx44>
>
> I think (but am not sure) that the 'Do not disturb me' box just stops
> Firefox from displaying any more notifications during the current
> session.
>
> I also don't know whether a connection to Mozilla's push server is
> made if the user hasn't opted in, enabling at least one site's
> notifications. If it isn't, the best answer for the OP may be just
> 'do nothing'.
Checking the 'Do not disturb me' box indeed is only effective for the
current session. After restarting FF you have to check it again.
But I haven't tried it with any site allowed. Which isn't easy to test
anyway, since you can't just add a site to the whitelist, but you have
to wait till you hit upon a site wanting to push.
Setting dom.push.enabled to false appears to be persistent. And to be
sure I've also followed your suggestion and changed the server's URL,
but to wss://push.services.mozilla.invalid/ so it's easier to know how
to 'repair' it if need arises.
I'm not sure yet if dom.push.connection.enabled should also be set to
false, but I've given it a try, sofar without adverse effects.
-p