This option applies to URL redirects and controls the original request query
string, such as ?dolphin=54.
- Keep query string
A request for /old/page.html?dolphin=54 keeps
?dolphin=54 on the redirected URL.
- Remove query string
A request for /old/page.html?dolphin=54 redirects without
?dolphin=54.