It's a shame that some sites are abusing this potentially useful feature to try and increase engagement on their site.
The correct (IMO) way to use this is to request permission after a user initiates it. E.g. clicking a button somewhere in the UI that says "Enable notifications" whilst being in some context where it makes sense to potentially want to enable them.
This is how the web share API works. Calling `navigator.share()` without user interaction will fail as it requires "transient activation"[2]
Firefox requires both that the user initiates the action that enables the push, and that the user then accepts to receive the notifications in a dialog from the browser itself.
That question is quite old. Nowadays nobody have that kind of problem.
yesn't social engineering and people not understanding anything about technology are a thing, I had to disable notifications for an older person before
but at least no one who potentially is on HN should have that problem ;=)
Any browser feature that allows sites to pop up any sort of dialog will be used to harass people, usually for ads. That might as well be a law of the internet.
The correct (IMO) way to use this is to request permission after a user initiates it. E.g. clicking a button somewhere in the UI that says "Enable notifications" whilst being in some context where it makes sense to potentially want to enable them.
This is how the web share API works. Calling `navigator.share()` without user interaction will fail as it requires "transient activation"[2]
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_A... [2]: https://developer.mozilla.org/en-US/docs/Glossary/Transient_...