instance method hash_source?

Ruby on Rails 8.0.4

Since v8.0.4 Private

Available in: v8.0.4 v8.1.2

Signature

hash_source?(source)

No documentation comment.

Parameters

source req
Source
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 386
      def hash_source?(source)
        source.start_with?(*HASH_SOURCE_ALGORITHM_PREFIXES)
      end

Defined in actionpack/lib/action_dispatch/http/content_security_policy.rb line 386 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionDispatch::ContentSecurityPolicy

Type at least 2 characters to search.

↑↓ navigate · open · esc close