Skip to content

Commit

Permalink
http_client: update user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
pbui committed Aug 24, 2024
1 parent 4dcc216 commit 5fd4219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bobbit/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class HTTPClient(aiohttp.ClientSession):

def __init__(self, *args, **kwargs):
super().__init__(*args, headers={
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0',
'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0',
'Connection': 'keep-alive',
}, **kwargs)

Expand Down

0 comments on commit 5fd4219

Please sign in to comment.