Fix URLs
This patch set sanitizes and changes the default proxy URLs. Change-Id: Ibaeb501b59eeea8427fa812078236cfc4fe39623 Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
d7740b0f40
commit
2a0e1ac1d4
@ -24,10 +24,10 @@ import uuid
|
||||
_PROXY_SERVERS = {
|
||||
'http':
|
||||
os.getenv('HTTP_PROXY',
|
||||
os.getenv('http_proxy', 'http://one.proxy.att.com:8888')),
|
||||
os.getenv('http_proxy', 'http://proxy.example.com')),
|
||||
'https':
|
||||
os.getenv('HTTPS_PROXY',
|
||||
os.getenv('https_proxy', 'https://one.proxy.att.com:8888'))
|
||||
os.getenv('https_proxy', 'https://proxy.example.com'))
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user