Skip to content

Commit

Permalink
Backport pull request #2218
Browse files Browse the repository at this point in the history
url: bump user-agent
  • Loading branch information
dgw committed Feb 20, 2022
1 parent c9dd730 commit d814d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
USER_AGENT = (
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) '
'AppleWebKit/537.36 (KHTML, like Gecko) '
'Chrome/78.0.3904.108 Safari/537.36'
'Chrome/98.0.4758.102 Safari/537.36'
)
DEFAULT_HEADERS = {
'User-Agent': USER_AGENT,
Expand Down

0 comments on commit d814d84

Please sign in to comment.