Skip to content

Commit

Permalink
[APD-12154] Update Browser version
Browse files Browse the repository at this point in the history
  • Loading branch information
NaLLiFFuNT committed Jan 31, 2023
1 parent bbdeb1c commit 78e2867
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/user-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ export function cutElectronFromUserAgent (originalUA: string): string {
chunks[chunks.length - 1] = chunks[chunks.length - 1].split('_').filter((_, i) => i < 2).join('.');
platformInfo = chunks.join(' ');
}

return `${platformInfo}; rv:68.0) Gecko/20100101 Firefox/68.0`;
return `${platformInfo}; rv:109.0) Gecko/20100101 Firefox/109.0`;
}

0 comments on commit 78e2867

Please sign in to comment.