summaryrefslogtreecommitdiff
path: root/chromium/testing/libfuzzer/fuzzers/dicts/content_security_policy.dict
blob: 32a0ad272bbc51c297b33d0d252be2fe4069550e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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"