Skip to content

Commit

Permalink
Merge pull request #228 from aandryashin/master
Browse files Browse the repository at this point in the history
Fix empty userAgent in deviceset.
  • Loading branch information
vania-pooh authored Oct 26, 2023
2 parents c33b772 + 61caf82 commit 61503fc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions moon2/templates/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,17 +364,23 @@ spec:
width: 950
height: 1280
pixelRatio: 1
userAgent: ''
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/%s Safari/537.36
printVersion: true
Laptop with HiDPI screen:
width: 900
height: 1440
pixelRatio: 2
userAgent: ''
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/%s Safari/537.36
printVersion: true
Laptop with MDPI screen:
width: 800
height: 1280
pixelRatio: 1
userAgent: ''
userAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/%s Safari/537.36
printVersion: true
LG Optimus L70:
width: 384
height: 640
Expand Down

0 comments on commit 61503fc

Please sign in to comment.