pleroma/lib
Phantasm 7d8a188967
Disable Hackney URL encoding function
Hackney interferes with out URI encoding and implements older RFC 2396
instead of RFC 3986 which we and Elixir implement. As an example "'"
and "!" will get encoded by it and cause problems with our MediaProxy
making unexpected 302 redirects.

If an admin supplies a different function via *.secret.exs, we
don't override it.

https://github.com/benoitc/hackney/issues/399
2025-12-10 14:56:07 +01:00
..
mix Prevent test crash if it cannot successfully remove the console Logger backend 2025-07-22 15:21:20 -07:00
pleroma Disable Hackney URL encoding function 2025-12-10 14:56:07 +01:00