mirror of
https://github.com/chubin/wttr.in
synced 2025-01-25 18:24:59 +00:00
Consider missing/empty agent to be plaintext
This commit is contained in:
parent
575908ae51
commit
cd6c9d43af
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ PROXY_CACHEDIR = os.path.join(_DATADIR, "cache/proxy-wwo/")
|
|||
MY_EXTERNAL_IP = '5.9.243.187'
|
||||
|
||||
PLAIN_TEXT_AGENTS = [
|
||||
"",
|
||||
"curl",
|
||||
"httpie",
|
||||
"lwp-request",
|
||||
|
|
Loading…
Reference in a new issue