Files
ladybird/Userland/Libraries/LibHTTP/HttpRequest.cpp
Andreas Kling db2b67dc5e LibHTTP: Don't re-urlencode URL query strings
AK::URL stores the URL query string already encoded. We were sending
double-encoded query strings, which is why the Google cookie consent
page was not working correctly.
2022-04-10 01:37:45 +02:00

5.9 KiB