Skip to content

Commit

Permalink
Adds test for null values in client hints (#7951)
Browse files Browse the repository at this point in the history
ref #7949
  • Loading branch information
liviuconcioiu authored Dec 16, 2024
1 parent 8f89130 commit d5cbfdb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Tests/fixtures/clienthints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3859,3 +3859,23 @@
model: LECT-TAB1011H
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36
headers:
Sec-CH-UA-Model: null
os:
name: Android
version: "10"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 133.0.0.0
engine: Blink
engine_version: 133.0.0.0
device:
type: smartphone
brand: ""
model: ""
os_family: Android
browser_family: Chrome

0 comments on commit d5cbfdb

Please sign in to comment.