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

Unified Diff: testing/libfuzzer/fuzzers/dicts/content_security_policy.dict

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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: testing/libfuzzer/fuzzers/dicts/content_security_policy.dict
diff --git a/testing/libfuzzer/fuzzers/dicts/content_security_policy.dict b/testing/libfuzzer/fuzzers/dicts/content_security_policy.dict
new file mode 100644
index 0000000000000000000000000000000000000000..32a0ad272bbc51c297b33d0d252be2fe4069550e
--- /dev/null
+++ b/testing/libfuzzer/fuzzers/dicts/content_security_policy.dict
@@ -0,0 +1,49 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+" "
+","
+";"
+"self"
+"//"
+"*"
+"www"
+".example.com"
+":443"
+"/path/to/resource"
+"'none'"
+"'self'"
+"'strict-dynamic'"
+"'unsafe-inline'"
+"'unsafe-eval'"
+"data:"
+"blob:"
+"filesystem:"
+"http:"
+"https:"
+"allow-forms"
+"allow-scripts"
+"base-uri"
+"block-all-mixed-content"
+"child-src"
+"connect-src"
+"default-src"
+"font-src"
+"form-action"
+"frame-ancestors"
+"frame-src"
+"img-src"
+"manifest-src"
+"media-src"
+"object-src"
+"plugin-types"
+"report-to"
+"report-uri"
+"require-sri-for"
+"sandbox"
+"script-src"
+"style-src"
+"treat-as-public-address"
+"upgrade-insecure-requests"
+"application/octet-stream"

Powered by Google App Engine
This is Rietveld 408576698