zwoop commented on code in PR #11384: URL: https://github.com/apache/trafficserver/pull/11384#discussion_r1610415315
########## doc/admin-guide/plugins/header_rewrite.en.rst: ########## @@ -1333,6 +1342,11 @@ The following ruleset removes any query parameters set by the client.:: cond %{REMAP_PSEUDO_HOOK} rm-destination QUERY +Remove only a few select query parameters: + + cond %{REMAP_PSEUDO_HOOK} + rm-destination QUERY foo,bar + Review Comment: Added, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org