we currently nuke search params in runner.html
this means the a router cannot get the search params on first load without workarounds
My understanding is that we nuke the search params, because we've been using ?s=session_id and we don't want the session_id to be included in the url for referrers
solution: be specific about the search param we're using and remove only this search param
we currently nuke search params in runner.html this means the a router cannot get the search params on first load without workarounds
My understanding is that we nuke the search params, because we've been using ?s=session_id and we don't want the session_id to be included in the url for referrers
solution: be specific about the search param we're using and remove only this search param