| Index: third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| index 4d74d13ad8392849057826d1266e20241195e87a..ac9644fb61bb868c1d92df3bdca778f4083c2f5f 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| @@ -390,7 +390,7 @@ void XSSAuditor::init(Document* document, XSSAuditorDelegate* auditorDelegate) {
|
| m_xssProtection = xssProtectionHeader;
|
| if (m_xssProtection == ReflectedXSSInvalid ||
|
| m_xssProtection == ReflectedXSSUnset) {
|
| - m_xssProtection = FilterReflectedXSS;
|
| + m_xssProtection = BlockReflectedXSS;
|
| }
|
|
|
| if (auditorDelegate)
|
|
|