Skip to content

Commit

Permalink
Update User-Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Dec 26, 2023
1 parent 4211933 commit eeca39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_scraper_checker/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
DEFAULT_CHECK_WEBSITE = "http://ip-api.com/json/?fields=8217"
HEADERS: MappingProxyType[str, str] = MappingProxyType({
hdrs.USER_AGENT: (
"Mozilla/5.0 (Windows NT 10.0; rv:120.0) Gecko/20100101 Firefox/120.0"
"Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0"
)
})

0 comments on commit eeca39b

Please sign in to comment.