FIX: Detect DiscourseHub user agent.

It used to show up as an unknown device and browser in user preferences
(Recently Used Devices).
This commit is contained in:
Dan Ungureanu
2019-08-09 11:56:48 +03:00
parent 1f47ed1ea3
commit 8aa5df69f0
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ module BrowserDetection
:safari
when /MSIE/i, /Trident/i
:ie
when /DiscourseHub/i
when /Discourse/i
:discoursehub
else
:unknown
@@ -54,7 +54,7 @@ module BrowserDetection
:android
when /CrOS/i
:chromeos
when /iPhone|iPad|iPod/i
when /iPhone|iPad|iPod|Darwin/i
:ios
when /Macintosh/i
:macos