instance method
hash_source?
Ruby on Rails 8.1.2
Since v8.0.4 PrivateAvailable in: v8.0.4 v8.1.2
Signature
hash_source?(source)
No documentation comment.
Parameters
-
sourcereq
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