summaryrefslogtreecommitdiff
path: root/doc/api/inspector.md
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2018-10-13 19:40:44 +0300
committerRich Trott <rtrott@gmail.com>2018-11-05 22:38:01 -0800
commit90be2860345094681f8a1f2bb11cf8fa475c5542 (patch)
tree23bcfb62d13cf0c3afa464d5683eab8cacdf9676 /doc/api/inspector.md
parent54e29221c35839cdd58cac3c05c73e9e9d8f4170 (diff)
downloadandroid-node-v8-90be2860345094681f8a1f2bb11cf8fa475c5542.tar.gz
android-node-v8-90be2860345094681f8a1f2bb11cf8fa475c5542.tar.bz2
android-node-v8-90be2860345094681f8a1f2bb11cf8fa475c5542.zip
doc: inspector security warning for changing host
Refs: https://github.com/nodejs/node/issues/23444 Refs: https://github.com/nodejs/node/issues/21774 PR-URL: https://github.com/nodejs/node/pull/23640 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Diffstat (limited to 'doc/api/inspector.md')
-rw-r--r--doc/api/inspector.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/inspector.md b/doc/api/inspector.md
index 02aa1ac141..7406e36e73 100644
--- a/doc/api/inspector.md
+++ b/doc/api/inspector.md
@@ -43,6 +43,9 @@ started.
If wait is `true`, will block until a client has connected to the inspect port
and flow control has been passed to the debugger client.
+See the [security warning](cli.html#inspector_security) regarding the `host`
+parameter usage.
+
## inspector.url()
* Returns: {string|undefined}