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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1362813002: CSP source *.x.y should not match host x.y (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test fixes Created 5 years, 3 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: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index df81d6b3d97171a38d75983bb39725a51d03a2c4..164654e32808a6b430c12b27032f7ecce74c42d8 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -841,6 +841,7 @@ public:
FlexboxPercentageMarginVertical = 956,
BackspaceNavigatedBack = 957,
BackspaceNavigatedBackAfterFormInteraction = 958,
+ CSPSourceWildcardWouldMatchExactHost = 959,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-11.html ('k') | Source/core/frame/csp/CSPSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698