Skip to content

Commit

Permalink
Adds client hints test for Brave browser (#7271)
Browse files Browse the repository at this point in the history
* Add client hints test for Brave browser
  • Loading branch information
liviuconcioiu committed Oct 18, 2022
1 parent 6afb3f0 commit a2027e4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Tests/Parser/Client/fixtures/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7141,3 +7141,16 @@
headers:
Sec-CH-UA: '"Chromium";v="92", " Not A;Brand";v="99", "HuaweiBrowser";v="92"'
Sec-CH-UA-Mobile: '?1'
-
user_agent: Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36
client:
type: browser
name: Brave
version: "106"
engine: Blink
engine_version: 106.0.0.0
family: Chrome
headers:
Sec-CH-UA: '"Chromium";v="106", "Brave";v="106", "Not;A=Brand";v="99"'
Sec-CH-UA-Platform: "Android"
Sec-CH-UA-Mobile: "?1"
22 changes: 22 additions & 0 deletions Tests/fixtures/clienthints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,3 +749,25 @@
model: Y6 (2019)
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36
headers:
Sec-CH-UA: '"Chromium";v="106", "Brave";v="106", "Not;A=Brand";v="99"'
Sec-CH-UA-Platform: "Android"
Sec-CH-UA-Mobile: "?1"
os:
name: Android
version: "10"
platform: ""
client:
type: browser
name: Brave
version: "106"
engine: Blink
engine_version: 106.0.0.0
device:
type: smartphone
brand: ""
model: ""
os_family: Android
browser_family: Chrome

0 comments on commit a2027e4

Please sign in to comment.