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

Unified Diff: Source/core/frame/Settings.in

Issue 591413003: Add a mechanism for users to opt-out of CSP & XSS violations reports. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 8a220762727044e20ff0143ec644e59f8dd31402..b9f7a2ea157fbbd243e52f6a8d2e7b252349089e 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -297,3 +297,7 @@ primaryHoverType type=HoverType, initial=HoverTypeNone, invalidate=MediaQuery
accessibilityEnabled initial=false
inlineTextBoxAccessibilityEnabled initial=false
+
+CSPViolationReportsUploadOptOut initial=false
Mike West 2014/09/24 09:07:55 I'd suggest changing this to 'CSPViolationReportsE
Mayur Kankanwadi 2014/09/25 08:40:37 Done.
Mayur Kankanwadi 2014/09/25 08:40:37 Done.
+xssViolationReportsUploadOptOut initial=false
+
« no previous file with comments | « no previous file | Source/core/frame/csp/ContentSecurityPolicy.cpp » ('j') | Source/core/frame/csp/ContentSecurityPolicy.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698