Removed unnecessary backtick.
This commit is contained in:
parent
6aa3464aad
commit
67e19cac85
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ list of hosts. This flag has an effect only if used in tandem with
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
app.commandLine.appendSwitch('proxy-bypass-list', '<local>;*.google.com;*foo.com;1.2.3.4:5678')`
|
app.commandLine.appendSwitch('proxy-bypass-list', '<local>;*.google.com;*foo.com;1.2.3.4:5678')
|
||||||
```
|
```
|
||||||
|
|
||||||
Will use the proxy server for all hosts except for local addresses (`localhost`,
|
Will use the proxy server for all hosts except for local addresses (`localhost`,
|
||||||
|
|
Loading…
Reference in a new issue