class CSP::DirectiveValue::Source::HttpHost

Private Instance Methods

regexp() click to toggle source
# File lib/directive_value/source/http_host.rb, line 10
def regexp
  /\A#{CSP::Grammar::HTTP_HOST_SOURCE}\z/o
end