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

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: Addressing nits 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 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
(...skipping 10 matching lines...) Expand all
21 Content-DPR 21 Content-DPR
22 Content-Disposition 22 Content-Disposition
23 Content-Language 23 Content-Language
24 Content-Security-Policy 24 Content-Security-Policy
25 Content-Security-Policy-Report-Only 25 Content-Security-Policy-Report-Only
26 Embedding-CSP 26 Embedding-CSP
27 Content-Type 27 Content-Type
28 ETag 28 ETag
29 Expires 29 Expires
30 Date 30 Date
31 Feature-Policy
31 If-Match 32 If-Match
32 If-Modified-Since 33 If-Modified-Since
33 If-None-Match 34 If-None-Match
34 If-Range 35 If-Range
35 If-Unmodified-Since 36 If-Unmodified-Since
36 Last-Event-ID 37 Last-Event-ID
37 Last-Modified 38 Last-Modified
38 Link 39 Link
39 Location 40 Location
40 Origin 41 Origin
(...skipping 12 matching lines...) Expand all
53 Timing-Allow-Origin 54 Timing-Allow-Origin
54 Upgrade-Insecure-Requests 55 Upgrade-Insecure-Requests
55 User-Agent 56 User-Agent
56 Vary 57 Vary
57 X-Content-Type-Options 58 X-Content-Type-Options
58 X-DNS-Prefetch-Control 59 X-DNS-Prefetch-Control
59 X-DevTools-Emulate-Network-Conditions-Client-Id 60 X-DevTools-Emulate-Network-Conditions-Client-Id
60 X-Frame-Options 61 X-Frame-Options
61 X-SourceMap 62 X-SourceMap
62 X-XSS-Protection 63 X-XSS-Protection
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698