Skip to content

Commit 05b86f2

Browse files
Clarify README encoded delimiter safety guidance
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 9cf998d commit 05b86f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON obj
3131
and not contain query parameters, URL fragments, backslashes, control characters,
3232
or whitespace/newline characters.
3333
`base_url` must not include embedded user credentials.
34-
Unsafe encoded host/path forms (for example encoded traversal segments) are also rejected.
34+
Unsafe encoded host/path forms (for example encoded traversal segments or encoded host/path delimiters) are also rejected.
3535
The SDK normalizes trailing slashes automatically.
3636
If `base_url` already ends with `/api`, the SDK avoids adding a duplicate `/api` prefix.
3737
If `HYPERBROWSER_BASE_URL` is set, it must be non-empty.

0 commit comments

Comments
 (0)