Skip to content

Commit f95ae6a

Browse files
Document URL query whitespace/control validation
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent bf7d760 commit f95ae6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ When `config` is not provided, client constructors also read `HYPERBROWSER_HEADE
4141
automatically (same as API key and base URL).
4242
Internal request paths are validated as relative API paths and reject fragments,
4343
unsafe traversal segments, encoded query/fragment delimiters, backslashes, and
44-
whitespace/control characters.
44+
whitespace/control characters. Unencoded whitespace/control characters in query
45+
strings are also rejected.
4546

4647
You can also pass custom headers (for tracing/correlation) either via
4748
`ClientConfig` or directly to the client constructor.

0 commit comments

Comments
 (0)