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

Unified Diff: tools/metrics/histograms/histograms.xml

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. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4b6478c8ec1973871c005461667d5fb6776aac61..6111e706da49b4b3436619d6c7cc84f6286b284e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70033,6 +70033,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1278" label="ScrollAnchored"/>
<int value="1279" label="AddEventListenerFourArguments"/>
<int value="1280" label="RemoveEventListenerFourArguments"/>
+ <int value="1281" label="InvalidReportUriDirectiveInMetaCSP"/>
+ <int value="1282" label="InvalidSandboxDirectiveInMetaCSP"/>
+ <int value="1283" label="InvalidFrameAncestorsDirectiveInMetaCSP"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698