projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c05f4
)
Credo
author
Mark Felder
<feld@FreeBSD.org>
Tue, 6 Oct 2020 22:26:31 +0000
(17:26 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Tue, 6 Oct 2020 22:26:31 +0000
(17:26 -0500)
lib/pleroma/plugs/remote_ip.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/plugs/remote_ip.ex
b/lib/pleroma/plugs/remote_ip.ex
index 9487efa5f5f9ab0f98df1c453cb1c365e38c7f82..51cc87ad8488fc2da0eace9e502c3c8c9c7d6b4b 100644
(file)
--- a/
lib/pleroma/plugs/remote_ip.ex
+++ b/
lib/pleroma/plugs/remote_ip.ex
@@
-23,7
+23,7
@@
defmodule Pleroma.Plugs.RemoteIp do
end
end
- defp remote_ip_opts
()
do
+ defp remote_ip_opts do
headers = Config.get([__MODULE__, :headers], []) |> MapSet.new()
reserved = Config.get([__MODULE__, :reserved], [])