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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditor.cpp333 ReflectedXSSDisposition xssProtectionHeader = parseXSSProtectionHeader(headerValue, errorDetails, errorPosition, reportURL); local
334 m_didSendValidXSSProtectionHeader = xssProtectionHeader != ReflectedXSSUnset && xssProtectionHeader != ReflectedXSSInvalid;
335 if ((xssProtectionHeader == FilterReflectedXSS || xssProtectionHeader == BlockReflectedXSS) && !reportURL.isEmpty()) {
339 xssProtectionHeader = ReflectedXSSInvalid;
343 if (xssProtectionHeader == ReflectedXSSInvalid)
349 m_xssProtection = combineXSSProtectionHeaderAndCSP(xssProtectionHeader, cspHeader);

Completed in 72 milliseconds