Add Neon user-agent

Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
jld3103 2022-07-21 12:38:15 +02:00
parent afedfad499
commit 6c2ea4b29c
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
3 changed files with 6 additions and 3 deletions

View File

@ -116,6 +116,8 @@ const userAgentMap = {
webPirate: /(Sailfish).*WebPirate\/(\d+)/,
// Mozilla/5.0 (Maemo; Linux; U; Jolla; Sailfish; Mobile; rv:31.0) Gecko/31.0 Firefox/31.0 SailfishBrowser/1.0
sailfishBrowser: /(Sailfish).*SailfishBrowser\/(\d+)/,
// Neon 1.0.0+1
neon: /Neon \d+\.\d+\.\d+\+\d+/,
}
const nameMap = {
ie: t('setting', 'Internet Explorer'),
@ -133,6 +135,7 @@ const nameMap = {
davx5: 'DAVx5',
webPirate: 'WebPirate',
sailfishBrowser: 'SailfishBrowser',
neon: 'Neon',
}
const iconMap = {
ie: 'icon-desktop',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long