Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(profiles): automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes authored and github-actions[bot] committed Jun 19, 2024
1 parent 02d2cf1 commit b2acf17
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@
"window.navigator.connection.rtt",
"window.navigator.appVersion",
"window.navigator.userAgent",
"window.document.hasFocus",
"window.navigator.clipboard.readText",
"window.navigator.mediaDevices.enumerateDevices",
"window.webkitRTCPeerConnection.new().createOffer",
"window.RTCPeerConnection.new().createOffer",
"window.Performance.prototype.getEntries",
"window.navigator.requestMIDIAccess",
"window.AudioContext.new().destination.context.sampleRate",
"window.AudioContext.new().sampleRate"
],
Expand Down Expand Up @@ -82,4 +86,4 @@
"window.ScrollTimeline",
"window.BarcodeDetector.getSupportedFormats"
]
}
}
14 changes: 14 additions & 0 deletions real-user-agents/data/browsersById.json
Original file line number Diff line number Diff line change
Expand Up @@ -4038,5 +4038,19 @@
"deviceCategory": "desktop",
"releaseDate": "unknown",
"description": ""
},
"edge-126-0": {
"id": "edge-126-0",
"name": "Edge",
"marketshare": 0,
"version": {
"major": "126",
"minor": "0",
"build": "0",
"patch": "0"
},
"deviceCategory": "desktop",
"releaseDate": "unknown",
"description": ""
}
}
7 changes: 7 additions & 0 deletions real-user-agents/data/chromiumBuildVersions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
"128.0.6545.1",
"128.0.6545.0",
"127.0.6533.14",
"126.0.6478.119",
"125.0.6422.203",
"128.0.6544.1",
"128.0.6544.0",
"128.0.6543.1",
"128.0.6543.0",
"127.0.6533.13",
Expand Down
35 changes: 35 additions & 0 deletions real-user-agents/data/external-raw/browserstack/userAgents.json
Original file line number Diff line number Diff line change
Expand Up @@ -18208,5 +18208,40 @@
"id": "Firefox-127.0--OS X-Sonoma",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0",
"osId": "mac-os-14"
},
{
"id": "Edge-126.0--OS X-Catalina",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0",
"osId": "mac-os-10-15"
},
{
"id": "Edge-126.0--OS X-Monterey",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0",
"osId": "mac-os-12"
},
{
"id": "Edge-126.0--Windows-10",
"string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0",
"osId": "windows-10"
},
{
"id": "Edge-126.0--Windows-11",
"string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0",
"osId": "windows-11"
},
{
"id": "Edge-126.0--OS X-Big Sur",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0",
"osId": "mac-os-11"
},
{
"id": "Edge-126.0--OS X-Ventura",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0",
"osId": "mac-os-13"
},
{
"id": "Edge-126.0--OS X-Sonoma",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0",
"osId": "mac-os-14"
}
]
Loading

0 comments on commit b2acf17

Please sign in to comment.