method

sanitize_regexp

sanitize_regexp(host)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/host_authorization.rb, line 48
        def sanitize_regexp(host)
          /\A#{host}\z/
        end