Skip to content

Fix/mediaproxy whitelist base url

feld requested to merge feld/pleroma:fix/mediaproxy-whitelist-base_url into develop

Ensure mediaproxy always whitelists the base_url in Pleroma.Upload

If an admin chooses to serve their media off a separate domain assume they are handling caching elsewhere. This prevents those requests from being pushed through mediaproxy when they obviously should be hit directly by clients.

Merge request reports