Skip to content

Commit

Permalink
Update userAgents.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcooo committed Aug 5, 2022
1 parent 3709df8 commit 847ceb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/src/lib/userAgents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const PLATFORM_WIN = "Windows NT 10.0; Win64; x64";
const PLATFORM_LINUX = "X11; Linux x86_64";

const UA_CHROME =
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36";
const UA_HYBRID = "Chrome/80.0.3987.87 Gecko/20100101 Firefox/72.0";
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36";
const UA_HYBRID = "Chrome/104.0.0.0 Gecko/20100101 Firefox/72.0";

export function getChromeUserAgent(platform: string, hybrid = false) {
let platformComponent: string;
Expand Down

0 comments on commit 847ceb7

Please sign in to comment.