Apply 2 suggestion(s) to 2 file(s)

This commit is contained in:
feld 2020-10-07 19:16:53 +00:00
commit d0eca5b125
2 changed files with 14 additions and 1 deletions

View file

@ -43,6 +43,6 @@ defmodule Pleroma.Plugs.RemoteIp do
InetCidr.v6?(InetCidr.parse_address!(proxy)) -> proxy <> "/128"
end
InetCidr.parse(proxy)
InetCidr.parse(proxy, true)
end
end