Which URL query parameters stay visible after sanitizeUrl? #19
-
|
When logging URLs, which search params does sanitizeUrl keep by default? |
Beta Was this translation helpful? Give feedback.
Answered by
shnwazdeveloper
May 10, 2026
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
clyxudev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sanitizeUrl()keeps common safe paging/search params by default:page,per_page,q,query,sort,order,limit, andoffset. Other params are replaced with the redaction marker, and usernames or passwords in the URL are removed. You can override the allow-list withallowedParams.