class ActionDispatch::HostAuthorization::Permissions

def sanitize_regexp(host)

def sanitize_regexp(host)
  /\A#{host}#{PORT_REGEX}?\z/
end