Read more

Chrome: Using browser notifications

Dominik Schöler
September 17, 2020Software engineer at makandra GmbH

Development

Google Chrome disables Notifications for insecure origins Show archive.org snapshot (i.e. those using HTTP). Only http://localhost is considered secure.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

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 14:52)