pleroma/lib/pleroma/http
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
..
adapter_helper Disable Hackney URL encoding function 2025-12-10 14:56:07 +01:00
adapter_helper.ex Update comments, remove solved TODO 2024-08-28 19:52:29 -04:00
ex_aws.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
request.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
request_builder.ex Pleroma.HTTP.RequestBuilder: fix gradient error 2024-02-02 12:14:21 -05:00
tzdata.ex Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
web_push.ex Fix Web Push notification delivery 2023-12-19 10:56:55 -05:00