Merge branch 'http-url-encoding' into 'develop'

Fix URL encoding of HTTP requests

See merge request pleroma/pleroma!4388
This commit is contained in:
feld 2025-08-01 17:55:21 +00:00
commit 7042495d7c
6 changed files with 148 additions and 10 deletions

View file

@ -0,0 +1 @@
Fix HTTP client making invalid requests due to no percent encoding processing or validation.