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

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

Issue 1745083002: CORS-RFC1918: Force preflights for external requests in DocumentThreadableLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test. Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-Headers 11 Access-Control-Allow-Headers
11 Access-Control-Allow-Methods 12 Access-Control-Allow-Methods
12 Access-Control-Allow-Origin 13 Access-Control-Allow-Origin
13 Access-Control-Expose-Headers 14 Access-Control-Expose-Headers
14 Access-Control-Max-Age 15 Access-Control-Max-Age
16 Access-Control-Request-External
15 Access-Control-Request-Headers 17 Access-Control-Request-Headers
16 Access-Control-Request-Method 18 Access-Control-Request-Method
17 Cache-Control 19 Cache-Control
18 Content-DPR 20 Content-DPR
19 Content-Disposition 21 Content-Disposition
20 Content-Language 22 Content-Language
21 Content-Security-Policy 23 Content-Security-Policy
22 Content-Security-Policy-Report-Only 24 Content-Security-Policy-Report-Only
23 Content-Type 25 Content-Type
24 ETag 26 ETag
(...skipping 22 matching lines...) Expand all
47 Suborigin 49 Suborigin
48 Timing-Allow-Origin 50 Timing-Allow-Origin
49 Upgrade-Insecure-Requests 51 Upgrade-Insecure-Requests
50 User-Agent 52 User-Agent
51 Vary 53 Vary
52 X-Content-Type-Options 54 X-Content-Type-Options
53 X-DNS-Prefetch-Control 55 X-DNS-Prefetch-Control
54 X-Frame-Options 56 X-Frame-Options
55 X-SourceMap 57 X-SourceMap
56 X-XSS-Protection 58 X-XSS-Protection
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698