Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
Update useragent
  • Loading branch information
deedy5 authored Nov 10, 2021
1 parent dd7ee43 commit 8f38b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requests_tor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from stem.control import Controller


__version__ = '1.1.2'
__version__ = '1.2'

IP_API = ("https://api.my-ip.io/ip", "https://api.ipify.org",
"https://icanhazip.com", "https://ipinfo.io/ip",
Expand All @@ -25,7 +25,7 @@
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-US,en;q=0.5",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0",
}


Expand Down

0 comments on commit 8f38b55

Please sign in to comment.