method

hash_source?

hash_source?(source)
private

No documentation available.

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