mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Convert proxy.host to lowercase for ProxyAuth matching. Fix #727.
This commit is contained in:
parent
b67790eb83
commit
45a8ad2f15
@ -28,7 +28,7 @@ module.exports = class ProxyAuth
|
||||
)
|
||||
@listening = true
|
||||
|
||||
_keyForProxy: (proxy) -> "#{proxy.host}:#{proxy.port}"
|
||||
_keyForProxy: (proxy) -> "#{proxy.host.toLowerCase()}:#{proxy.port}"
|
||||
setProxies: (profiles) ->
|
||||
@_proxies = {}
|
||||
@_fallbacks = []
|
||||
|
Loading…
Reference in New Issue
Block a user