legit

Fork of https://git.icyphox.sh/legit

Fix weird URL search parameter handling (raw=true) A query component in URL does not have to be "key=value". In fact, browsers interpret that as a URLSearchParams, a list of "key" or "key=value" allowing a same key appearing multiple times. You don't have to set "true" or "false": simply set the key or remove the one.

Changes

3 changed files (+4/-8)