Skip to content

Commit

Permalink
feat(client) detect Fast Explorer browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Mar 21, 2022
1 parent aaabbd4 commit c2037bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Browser extends AbstractClientParser
'1P' => 'Pure Mini Browser',
'1R' => 'Raise Fast Browser',
'FQ' => 'Fast Browser UC Lite',
'FJ' => 'Fast Explorer',
'1L' => 'Lightning Browser',
'1C' => 'Cake Browser',
'1I' => 'IE Browser Fast',
Expand Down
15 changes: 13 additions & 2 deletions Tests/Parser/Client/fixtures/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5172,5 +5172,16 @@
engine: Blink
engine_version: ""
family: Chrome
headers:
x-requested-with: com.wSilverMobBrowser
headers:
x-requested-with: com.wSilverMobBrowser
-
user_agent: Mozilla/5.0 (Linux; Android 11; SM-G970F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.104 Mobile Safari/537.36
client:
type: browser
name: Fast Explorer
version: ""
engine: Blink
engine_version: ""
family: Chrome
headers:
x-requested-with: fast.explorer.web.browser
1 change: 1 addition & 0 deletions regexes/client/hints/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@
'com.opera.browser': 'Opera'
'com.opera.mini.native': 'Opera Mini'
'com.wSilverMobBrowser': 'SilverMob US'
'fast.explorer.web.browser': 'Fast Explorer'

0 comments on commit c2037bd

Please sign in to comment.