You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/api/en/4x/express.urlencoded.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,7 @@ The following table describes the properties of the optional `options` object.
42
42
|`depth`| Configure the maximum depth of the `qs` library when `extended` is `true`. This allows you to limit the amount of keys that are parsed and can be useful to prevent certain types of abuse. Defaults to `32`. It is recommended to keep this value as low as possible. | Number |`32`|
43
43
44
44
</div>
45
+
46
+
<divclass="doc-box doc-notice"markdown="1">
47
+
The `depth` option was added in Express v4.20.0. If you are using an earlier version, this option will not be available.
0 commit comments