Apply 2 suggestion(s) to 2 file(s)
This commit is contained in:
parent
b90eda3d8b
commit
d0eca5b125
2 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue