mikemaccana / outdated-browser-rework

Detects outdated browsers and advises users to upgrade to a new version. Handles mobile devices!
MIT License
226 stars 63 forks source link

Add Chromium to known browsers #84

Open wardal opened 5 years ago

wardal commented 5 years ago

Accidentally found that for Chromium in Ubuntu script show out-of-date message, as unknown browser. Needed to add isUnknownBrowserOK to true, to hide message.

Chromium Version 77.0.3865.90 (Official Build) Built on Ubuntu , running on Ubuntu 16.04 (64-bit)

wardal commented 5 years ago

I found this: https://github.com/mikemaccana/outdated-browser-rework/issues/64 so maybe will update readme soon.