Skip to content

Commit

Permalink
chore: update Chrome user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Dec 16, 2023
1 parent 64aea23 commit 7d46424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,10 @@ const maxImageUploadSize = {
};

const chromeDesktopUA =
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36';
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36';

const chromeMobileUA =
'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36';
'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36';

const chromeSbiSrc = 'Google Chrome 110.0.5481.78 (Official) Windows';

Expand Down

0 comments on commit 7d46424

Please sign in to comment.