Skip to content

Commit

Permalink
Update User-Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 24, 2023
1 parent b571113 commit fb59bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy_scraper_checker/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
HEADERS = MappingProxyType(
{
"User-Agent": (
"Mozilla/5.0 (Windows NT 10.0; rv:109.0)"
" Gecko/20100101 Firefox/119.0"
"Mozilla/5.0 (Windows NT 10.0; rv:120.0)"
" Gecko/20100101 Firefox/120.0"
)
}
)
Expand Down

0 comments on commit fb59bda

Please sign in to comment.