mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add --proxy-server and --no-proxy-server switches.
This commit is contained in:
@@ -18,6 +18,16 @@ app.on('ready', function() {
|
||||
|
||||
Enables remote debug over HTTP on the specified `port`.
|
||||
|
||||
## --proxy-server=`address:port`
|
||||
|
||||
Uses a specified proxy server, overrides system settings. This switch only
|
||||
affects HTTP and HTTPS requests.
|
||||
|
||||
## --no-proxy-server
|
||||
|
||||
Don't use a proxy server, always make direct connections. Overrides any other
|
||||
proxy server flags that are passed.
|
||||
|
||||
## --host-rules=`rules`
|
||||
|
||||
Comma-separated list of `rules` that control how hostnames are mapped.
|
||||
|
||||
2
vendor/brightray
vendored
2
vendor/brightray
vendored
Submodule vendor/brightray updated: 41cb4ad321...a3eba728ef
Reference in New Issue
Block a user