You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Currently, query parameter values are kept on navigation since they could be relevant to the target, and individual widgets should not be concerned with collecting/keeping parameters that are not relevant for themselves.
However, sometimes this means that query parameters start accumulating, and are kept on pages where they have no meaning. It should be possible to determine a set of "relevant" query parameters for each place. If such a set is specified, all other query parameters would be stripped. This could also serve a documentation purpose.