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

Side by Side Diff: third_party/WebKit/Source/platform/network/HTTPNames.in

Issue 2254533002: [FeaturePolicy] Initial implementation of Feature Policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fp-flag
Patch Set: Clean up; add remaining policy-controlled features Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 namespace="HTTP" 1 namespace="HTTP"
2 export="PLATFORM_EXPORT" 2 export="PLATFORM_EXPORT"
3 3
4 GET 4 GET
5 HEAD 5 HEAD
6 POST 6 POST
7 OPTIONS 7 OPTIONS
8 Accept 8 Accept
9 Accept-CH 9 Accept-CH
10 Access-Control-Allow-External 10 Access-Control-Allow-External
11 Access-Control-Allow-Headers 11 Access-Control-Allow-Headers
12 Access-Control-Allow-Methods 12 Access-Control-Allow-Methods
13 Access-Control-Allow-Origin 13 Access-Control-Allow-Origin
14 Access-Control-Expose-Headers 14 Access-Control-Expose-Headers
15 Access-Control-Max-Age 15 Access-Control-Max-Age
16 Access-Control-Request-External 16 Access-Control-Request-External
17 Access-Control-Request-Headers 17 Access-Control-Request-Headers
18 Access-Control-Request-Method 18 Access-Control-Request-Method
19 Cache-Control 19 Cache-Control
20 Content-DPR 20 Content-DPR
21 Content-Disposition 21 Content-Disposition
22 Content-Language 22 Content-Language
23 Content-Security-Policy 23 Content-Security-Policy
24 Content-Security-Policy-Report-Only 24 Content-Security-Policy-Report-Only
25 Embedding-CSP 25 Embedding-CSP
26 Content-Type 26 Content-Type
27 ETag 27 ETag
28 Expires 28 Expires
29 Date 29 Date
30 Feature-Policy
30 If-Match 31 If-Match
31 If-Modified-Since 32 If-Modified-Since
32 If-None-Match 33 If-None-Match
33 If-Range 34 If-Range
34 If-Unmodified-Since 35 If-Unmodified-Since
35 Last-Event-ID 36 Last-Event-ID
36 Last-Modified 37 Last-Modified
37 Link 38 Link
38 Location 39 Location
39 Origin 40 Origin
(...skipping 12 matching lines...) Expand all
52 Timing-Allow-Origin 53 Timing-Allow-Origin
53 Upgrade-Insecure-Requests 54 Upgrade-Insecure-Requests
54 User-Agent 55 User-Agent
55 Vary 56 Vary
56 X-Content-Type-Options 57 X-Content-Type-Options
57 X-DNS-Prefetch-Control 58 X-DNS-Prefetch-Control
58 X-DevTools-Emulate-Network-Conditions-Client-Id 59 X-DevTools-Emulate-Network-Conditions-Client-Id
59 X-Frame-Options 60 X-Frame-Options
60 X-SourceMap 61 X-SourceMap
61 X-XSS-Protection 62 X-XSS-Protection
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698