Searched refs:scriptNonce (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DContentSecurityPolicy.cpp126 static const char scriptNonce[] = "script-nonce"; member in namespace:WebCore::__anon5340
146 || equalIgnoringCase(name, scriptNonce)
1012 reportViolation(directive->text(), scriptNonce, consoleMessage + "\"" + directive->text() + "\".\n", KURL(), contextURL, contextLine);
1433 else if (equalIgnoringCase(name, scriptNonce))

Completed in 177 milliseconds