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