# File lib/web_console/request.rb, line 15
    def from_whitelited_ip?
      whitelisted_ips.include?(strict_remote_ip)
    end