Skip to content

Commit

Permalink
Update debugging-getting-started.md (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivaylo-Kirov authored and fhemberger committed May 26, 2019
1 parent 954be5c commit 707b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/docs/guides/debugging-getting-started.md
Expand Up @@ -38,7 +38,7 @@ restriction and will be able to run arbitrary code.

By default `node --inspect` binds to 127.0.0.1. You explicitly need to provide a
public IP address or 0.0.0.0, etc., if you intend to allow external connections
to the debugger. Doing so may expose you a potentially significant security
to the debugger. Doing so may expose you to a potentially significant security
threat. We suggest you ensure appropriate firewalls and access controls in place
to prevent a security exposure.

Expand Down

0 comments on commit 707b709

Please sign in to comment.