HomeSort by relevance Sort by last modified time
    Searched full:xssprotectionheader (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 273 DEFINE_STATIC_LOCAL(const AtomicString, XSSProtectionHeader, ("X-XSS-Protection", AtomicString::ConstructFromLiteral));
274 const AtomicString& headerValue = documentLoader->response().httpHeaderField(XSSProtectionHeader);
281 ReflectedXSSDisposition xssProtectionHeader = parseXSSProtectionHeader(headerValue, errorDetails, errorPosition, reportURL);
282 m_didSendValidXSSProtectionHeader = xssProtectionHeader != ReflectedXSSUnset && xssProtectionHeader != ReflectedXSSInvalid;
283 if ((xssProtectionHeader == FilterReflectedXSS || xssProtectionHeader == BlockReflectedXSS) && !reportURL.isEmpty()) {
287 xssProtectionHeader = ReflectedXSSInvalid;
291 if (xssProtectionHeader == ReflectedXSSInvalid)
297 m_xssProtection = combineXSSProtectionHeaderAndCSP(xssProtectionHeader, cspHeader)
    [all...]

Completed in 33 milliseconds