mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
93080de2a8
* fix: Issue with Parameters Passed in the URL(#2124) The '=' should be allowed within query parameter value. While first equals sign separates parameter name from its value, any subsequent occurrences are valid and should not be discarded. The '#' in URL always indicates the start of URI Fragment component, and should not be treated as part of any parameter value. * chore: gracefully fail when URLSearchParams throws error --------- Co-authored-by: Anoop M D <anoop.md1421@gmail.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.babelrc | ||
.env.production | ||
.gitignore | ||
.prettierrc.json | ||
jsconfig.json | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js |