Skip to content

Commit

Permalink
Update browser user agent strings (closes #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-mil committed Jul 18, 2024
1 parent e4bc975 commit 92f1a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bing_rewards/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
# Edge Browser user agents
# Makes Google Chrome look like MS Edge to Bing
MOBILE_AGENT = (
"Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1) "
"Mozilla/5.0 (Linux; Android 14; Pixel 6 Build/AP2A.240605.024) "
"AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/70.0.3538.102 Mobile Safari/537.36 Edge/18.19041"
"Chrome/121.0.0.0 Mobile Safari/537.36 Edge/121.0.2277.138"
)

DESKTOP_AGENT = (
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
"AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37"
"Chrome/126.0.0.0 Safari/537.36 Edge/126.0.0.0"
)


Expand Down

0 comments on commit 92f1a4c

Please sign in to comment.