OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disablexssprotection
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/page/
ContentSecurityPolicy.cpp
422
bool
disableXSSProtection
() const { return m_disableXSSProtection; }
437
DEFINE_STATIC_LOCAL(String,
disableXSSProtection
, ("disable-xss-protection"));
455
if (equalIgnoringCase(optionsValue,
disableXSSProtection
))
483
return m_scriptSrc && (!m_options || !m_options->
disableXSSProtection
());
Completed in 286 milliseconds