diff --git a/doc/api/cli.md b/doc/api/cli.md index 488982389c982a..9698ab56864707 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -431,6 +431,16 @@ added: v9.0.0 Specify the `module` of a custom [experimental ECMAScript Module][] loader. `module` may be either a path to a file, or an ECMAScript Module name. +### `--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. + ### `--max-http-header-size=size`