summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/network/http_names.json5
blob: 345bf4645537aaf96c3e2798c607de3cca06ae4e (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  metadata: {
    namespace: "http_names",
    export: "PLATFORM_EXPORT",
  },

  data: [
    "GET",
    "HEAD",
    "POST",
    "OPTIONS",
    "PUT",
    "Accept",
    "Accept-CH",
    "Accept-CH-Lifetime",
    "Access-Control-Allow-External",
    "Access-Control-Allow-Headers",
    "Access-Control-Allow-Methods",
    "Access-Control-Allow-Origin",
    "Access-Control-Allow-Credentials",
    "Access-Control-Expose-Headers",
    "Access-Control-Max-Age",
    "Access-Control-Request-External",
    "Access-Control-Request-Headers",
    "Access-Control-Request-Method",
    "Allow-CSP-From",
    "Cache-Control",
    "Content-DPR",
    "Content-Disposition",
    "Content-Language",
    "Content-Security-Policy",
    "Content-Security-Policy-Report-Only",
    "Content-Type",
    "Document-Policy",
    "Document-Policy-Report-Only",
    "ETag",
    "Expires",
    "Date",
    "Feature-Policy",
    "Feature-Policy-Report-Only",
    "If-Match",
    "If-Modified-Since",
    "If-None-Match",
    "If-Range",
    "If-Unmodified-Since",
    "Last-Event-ID",
    "Last-Modified",
    "Link",
    "Location",
    "Origin",
    "Origin-Trial",
    "Permissions-Policy",
    "Permissions-Policy-Report-Only",
    "Ping-From",
    "Ping-To",
    "Pragma",
    "Range",
    "Referer",
    "Referrer-Policy",
    "Refresh",
    "Resource-Freshness",
    "Require-Document-Policy",
    "Save-Data",
    "Sec-CH-Lang",
    "Sec-Required-CSP",
    "Server-Timing",
    "SourceMap",
    "Timing-Allow-Origin",
    "Upgrade-Insecure-Requests",
    "User-Agent",
    "Vary",
    "X-Content-Type-Options",
    "X-DNS-Prefetch-Control",
    "X-Frame-Options",
    "X-SourceMap",
    "X-XSS-Protection",
  ],
}