Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: third_party/WebKit/Source/core/html/parser/XSSAuditor.h

Issue 2428473004: Remove the 'reflected-xss' directive from CSP. (Closed)
Patch Set: Test. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/parser/XSSAuditor.h
diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditor.h b/third_party/WebKit/Source/core/html/parser/XSSAuditor.h
index eb567386c95c2bb4455e658bfb0801efe6be156a..e8e15b5c6e8342e4f2c9c0f950c3ad1d6dd7b813 100644
--- a/third_party/WebKit/Source/core/html/parser/XSSAuditor.h
+++ b/third_party/WebKit/Source/core/html/parser/XSSAuditor.h
@@ -128,7 +128,6 @@ class XSSAuditor {
bool m_isEnabled;
ReflectedXSSDisposition m_xssProtection;
- bool m_didSendValidCSPHeader;
bool m_didSendValidXSSProtectionHeader;
String m_decodedURL;

Powered by Google App Engine
This is Rietveld 408576698