module Geocoder::Request
def location
other security-sensitive application. Use safe_location
Don't use it in authorization/authentication code, or any
The location() method is vulnerable to trivial IP spoofing.
def location @location ||= Geocoder.search(geocoder_spoofable_ip, ip_address: true).first end