Skip to content

Commit

Permalink
bump to newer user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rlippmann committed Mar 11, 2024
1 parent 702e070 commit c935629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyadtpulse/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
ADT_MAX_BACKOFF: float = 5.0 * 60.0
ADT_DEFAULT_HTTP_USER_AGENT = {
"User-Agent": (
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) "
"AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.44"
"Chrome/122.0.0.0 Safari/537.36"
)
}

Expand Down

0 comments on commit c935629

Please sign in to comment.