Home | History | Annotate | Download | only in csp

Lines Matching defs:allowScriptNonce

389 bool ContentSecurityPolicy::allowScriptNonce(const String& nonce) const
391 return isAllowedByAllWithNonce<&CSPDirectiveList::allowScriptNonce>(m_policies, nonce);