mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Convert domain to lowercase after proxy lookup
This commit is contained in:
parent
d11e78de0e
commit
f46e05f9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ Zotero.Proxies.DNS = new function() {
|
|||
domain.pop();
|
||||
}
|
||||
|
||||
domain = domain.join(".");
|
||||
domain = domain.join(".").toLowerCase();
|
||||
Zotero.debug("Proxies: "+ip+" PTR "+domain);
|
||||
|
||||
inStream.close();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue