Chromium Code Reviews

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

Issue 1835463002: Stop supporting invalid CSP directives in meta tags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove service worker extendable event test Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 1cd5a79ad7f6fa2f529e41540b1e346d65acf33f..fd930d725ffd7b03ef6185bd3815b94ce98b5f4d 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1096,6 +1096,9 @@ public:
ScrollAnchored = 1278,
AddEventListenerFourArguments = 1279,
RemoveEventListenerFourArguments = 1280,
+ InvalidReportUriDirectiveInMetaCSP = 1281,
+ InvalidSandboxDirectiveInMetaCSP = 1282,
+ InvalidFrameAncestorsDirectiveInMetaCSP = 1283,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine