Skip to content

Issue 7294 - Implement strip-fetch-query-parameter snippet

Andrea Giammarchi requested to merge strip-fetch-query into next

As discussed in IRC, this snippet would allow the removal of some parameter from fetch requests.

site.com#$#strip-fetch-query-parameter param1
site.com#$#strip-fetch-query-parameter param2 /some-path
site.com#$#strip-fetch-query-parameter param3 /folder[0-9]+/
Edited by Andrea Giammarchi

Merge request reports