Development
Google Chrome disables Notification
s for insecure origins
Show archive.org snapshot
(i.e. those using HTTP). Only http://localhost
is considered secure.
If you need to use browser notifications on other origins, you can set a flag: chrome://flags/#unsafely-treat-insecure-origin-as-secure. Enable the flag and add your origins. Remember that "origin" refers to the combination of protocol+hostname+port, e.g. "http://example.com:8088".
Posted by Dominik Schöler to makandra dev (2020-09-17 12:52)