proxy emojis
(i fix emojos better than gargon but sshhhhh)
This commit is contained in:
parent
8e82547179
commit
f909aec050
2 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,8 @@ defmodule Pleroma.Web.MediaProxy do
|
|||
|
||||
def url(nil), do: nil
|
||||
|
||||
def url(url = "/" <> _), do: url
|
||||
|
||||
def url(url) do
|
||||
config = Application.get_env(:pleroma, :media_proxy, [])
|
||||
if !Keyword.get(config, :enabled, false) or String.starts_with?(url, Pleroma.Web.base_url) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue