From 5cd2d5491e42a0b6d2e12321bc9bb823ab354cb2 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Wed, 14 Dec 2022 11:39:12 +0000 Subject: [PATCH] add compat data for Critical-CH (#18389) * add compat data for Critical-CH * Update http/headers/Critical-CH.json Co-authored-by: Florian Scholz * Update http/headers/Critical-CH.json Co-authored-by: Florian Scholz * Apply suggestions from code review Co-authored-by: Florian Scholz --- http/headers/Critical-CH.json | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 http/headers/Critical-CH.json diff --git a/http/headers/Critical-CH.json b/http/headers/Critical-CH.json new file mode 100644 index 0000000000000..56060aead229b --- /dev/null +++ b/http/headers/Critical-CH.json @@ -0,0 +1,40 @@ +{ + "http": { + "headers": { + "Critical-CH": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Critical-CH", + "spec_url": "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability#name-the-critical-ch-response-he", + "support": { + "chrome": { + "version_added": "91" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + } + } + } +}