diff --git a/doc/api/cli.md b/doc/api/cli.md index c130f1a51dbc..8caa143bfbbc 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -131,6 +131,17 @@ Useful when activating the inspector by sending the `SIGUSR1` signal. Default host is 127.0.0.1. +### `--insecure-http-parser` + + +Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow +interoperability with non-conformant HTTP implementations. It may also allow +request smuggling and other HTTP attacks that rely on invalid headers being +accepted. Avoid using this option. + + ### `--no-deprecation`