Home
last modified time | relevance | path

Searched refs:m_disableXSSProtection (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp416 : m_disableXSSProtection(false) in CSPOptions()
422 bool disableXSSProtection() const { return m_disableXSSProtection; } in disableXSSProtection()
428 bool m_disableXSSProtection; member in WebCore::CSPOptions
456 m_disableXSSProtection = true; in parse()