| OLD | NEW |
| 1 { | 1 { |
| 2 metadata: { | 2 metadata: { |
| 3 namespace: "HTTP", | 3 namespace: "HTTP", |
| 4 export: "PLATFORM_EXPORT", | 4 export: "PLATFORM_EXPORT", |
| 5 }, | 5 }, |
| 6 | 6 |
| 7 data: [ | 7 data: [ |
| 8 "GET", | 8 "GET", |
| 9 "HEAD", | 9 "HEAD", |
| 10 "POST", | 10 "POST", |
| 11 "OPTIONS", | 11 "OPTIONS", |
| 12 "Accept", | 12 "Accept", |
| 13 "Accept-CH", | 13 "Accept-CH", |
| 14 "Access-Control-Allow-External", | 14 "Access-Control-Allow-External", |
| 15 "Access-Control-Allow-Headers", | 15 "Access-Control-Allow-Headers", |
| 16 "Access-Control-Allow-Methods", | 16 "Access-Control-Allow-Methods", |
| 17 "Access-Control-Allow-Origin", | 17 "Access-Control-Allow-Origin", |
| 18 "Access-Control-Expose-Headers", | 18 "Access-Control-Expose-Headers", |
| 19 "Access-Control-Max-Age", | 19 "Access-Control-Max-Age", |
| 20 "Access-Control-Request-External", | 20 "Access-Control-Request-External", |
| 21 "Access-Control-Request-Headers", | 21 "Access-Control-Request-Headers", |
| 22 "Access-Control-Request-Method", | 22 "Access-Control-Request-Method", |
| 23 "Allow-CSP-From", | 23 "Allow-CSP-From", |
| 24 "Cache-Control", | 24 "Cache-Control", |
| 25 "Content-DPR", | 25 "Content-DPR", |
| 26 "Content-Disposition", | 26 "Content-Disposition", |
| 27 "Content-Language", | 27 "Content-Language", |
| 28 "Content-Security-Policy", | 28 "Content-Security-Policy", |
| 29 "Content-Security-Policy-Report-Only", | 29 "Content-Security-Policy-Report-Only", |
| 30 "Embedding-CSP", | |
| 31 "Content-Type", | 30 "Content-Type", |
| 32 "ETag", | 31 "ETag", |
| 33 "Expires", | 32 "Expires", |
| 34 "Date", | 33 "Date", |
| 35 "Feature-Policy", | 34 "Feature-Policy", |
| 36 "If-Match", | 35 "If-Match", |
| 37 "If-Modified-Since", | 36 "If-Modified-Since", |
| 38 "If-None-Match", | 37 "If-None-Match", |
| 39 "If-Range", | 38 "If-Range", |
| 40 "If-Unmodified-Since", | 39 "If-Unmodified-Since", |
| 41 "Last-Event-ID", | 40 "Last-Event-ID", |
| 42 "Last-Modified", | 41 "Last-Modified", |
| 43 "Link", | 42 "Link", |
| 44 "Location", | 43 "Location", |
| 45 "Origin", | 44 "Origin", |
| 46 "Origin-Trial", | 45 "Origin-Trial", |
| 47 "Ping-From", | 46 "Ping-From", |
| 48 "Ping-To", | 47 "Ping-To", |
| 49 "Pragma", | 48 "Pragma", |
| 50 "Purpose", | 49 "Purpose", |
| 51 "Range", | 50 "Range", |
| 52 "Referer", | 51 "Referer", |
| 53 "Referrer-Policy", | 52 "Referrer-Policy", |
| 54 "Refresh", | 53 "Refresh", |
| 54 "Required-CSP", |
| 55 "Resource-Freshness", | 55 "Resource-Freshness", |
| 56 "Server-Timing", | 56 "Server-Timing", |
| 57 "SourceMap", | 57 "SourceMap", |
| 58 "Suborigin", | 58 "Suborigin", |
| 59 "Timing-Allow-Origin", | 59 "Timing-Allow-Origin", |
| 60 "Upgrade-Insecure-Requests", | 60 "Upgrade-Insecure-Requests", |
| 61 "User-Agent", | 61 "User-Agent", |
| 62 "Vary", | 62 "Vary", |
| 63 "X-Content-Type-Options", | 63 "X-Content-Type-Options", |
| 64 "X-DNS-Prefetch-Control", | 64 "X-DNS-Prefetch-Control", |
| 65 "X-DevTools-Emulate-Network-Conditions-Client-Id", | 65 "X-DevTools-Emulate-Network-Conditions-Client-Id", |
| 66 "X-Frame-Options", | 66 "X-Frame-Options", |
| 67 "X-SourceMap", | 67 "X-SourceMap", |
| 68 "X-XSS-Protection", | 68 "X-XSS-Protection", |
| 69 ], | 69 ], |
| 70 } | 70 } |
| OLD | NEW |