Files
Signal-Desktop/js
Scott Nonnenberg acc94edd23 Add proxy support based on environment variables (#1855)
We pull proxy settings from environment variables:

- HTTPS_PROXY for sending, profile pulls, and attachment download/upload
- WSS_PROXY for connecting to the websocket for receiving messages
- ALL_PROXY to provide one server for both

More details on our proxy handling:

- https://github.com/Rob--W/proxy-from-env#environment-variables
- https://github.com/TooTallNate/node-proxy-agent

This is the natural way of things for Linux. My understanding is that
most proxies on MacOS are system-wide and transparent, so it's not so
urgent. But Windows will likely require further UI for configuration.
Will need to do some testing with Windows users.
2017-12-04 15:35:50 -08:00
..
2017-09-14 16:53:45 -07:00
2017-10-30 14:45:57 -07:00
2017-09-25 15:00:34 -07:00
2017-09-15 13:22:11 -07:00
2017-09-14 16:53:38 -07:00
2016-09-20 13:42:33 -07:00