method
hash_source?
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::ContentSecurityPolicy
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