Skip to content

Use ActionDispatch Remote IP for Akismet checking

Stan Hu requested to merge stanhu/gitlab-ce:use-remote-ip-for-akismet into master

Previously all remote IPs appeared at 127.0.0.1, which made Akismet not very useful. Using the ActionDispatch Remote IP (http://api.rubyonrails.org/classes/ActionDispatch/RemoteIp.html) should provide more reliable results.

Closes #16629 (closed)

Merge request reports