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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
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)