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" |