mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Added useragent for vivaldi windows.
This commit is contained in:
parent
3acd6fb2be
commit
f44ec8b813
@ -970,6 +970,12 @@ module.exports.useragents = {
|
|||||||
, webkit: true
|
, webkit: true
|
||||||
, version: '1.0'
|
, version: '1.0'
|
||||||
, a: true
|
, a: true
|
||||||
|
},
|
||||||
|
'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.75 Safari/537.36 Vivaldi/1.0.219.50': {
|
||||||
|
vivaldi: true
|
||||||
|
, webkit: true
|
||||||
|
, version: '1.0'
|
||||||
|
, a: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, Generic: {
|
, Generic: {
|
||||||
|
Loading…
Reference in New Issue
Block a user