Skip to content

Commit aef64c6

Browse files
BeniChenicodebytere
authored andcommitted
docs: chrome-command-line-switches.md: update proxy-server support (electron#14198)
* docs: chrome-command-line-switches.md: update proxy-server support Per issue electron#12443, the proxy URL in proxy-server switch would not support username and password authentication. * docs: security.md: correct checklist electron#14 markdown When running "npm run lint:docs" script, linting warning suggests "Broken links: electron#13-disable-or-limit-creation-of-new-windows". Update accordingly to electron#14.
1 parent 59e1189 commit aef64c6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/api/chrome-command-line-switches.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ See the [Node documentation][node-cli] or run `node --help` in your terminal for
6060
Use a specified proxy server, which overrides the system setting. This switch
6161
only affects requests with HTTP protocol, including HTTPS and WebSocket
6262
requests. It is also noteworthy that not all proxy servers support HTTPS and
63-
WebSocket requests.
63+
WebSocket requests. The proxy URL does not support username and password
64+
authentication [per Chromium issue](https://bugs.chromium.org/p/chromium/issues/detail?id=615947).
6465

6566
## --proxy-bypass-list=`hosts`
6667

docs/tutorial/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ improve the security of your application.
8282
11. [`<webview>`: Do not use `allowpopups`](#11-do-not-use-allowpopups)
8383
12. [`<webview>`: Verify options and params](#12-verify-webview-options-before-creation)
8484
13. [Disable or limit navigation](#13-disable-or-limit-navigation)
85-
14. [Disable or limit creation of new windows](#13-disable-or-limit-creation-of-new-windows)
85+
14. [Disable or limit creation of new windows](#14-disable-or-limit-creation-of-new-windows)
8686

8787
## 1) Only Load Secure Content
8888

0 commit comments

Comments
 (0)