diff --git a/http/headers/Cache-Control.json b/http/headers/Cache-Control.json index ce3f4c9e0ce480..9a083ecd14c3ba 100644 --- a/http/headers/Cache-Control.json +++ b/http/headers/Cache-Control.json @@ -82,41 +82,6 @@ } } }, - "stale-if-error": { - "__compat": { - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/40354106" - }, - "chrome_android": "mirror", - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1547587" - }, - "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", - "webview_ios": "mirror" - }, - "status": { - "experimental": true, - "standard_track": false, - "deprecated": false - } - } - }, "stale-while-revalidate": { "__compat": { "support": { diff --git a/lint/linter/test-obsolete.ts b/lint/linter/test-obsolete.ts index 9ef17b1351250a..47fcccdaeb33bd 100644 --- a/lint/linter/test-obsolete.ts +++ b/lint/linter/test-obsolete.ts @@ -151,6 +151,5 @@ export default { }, exceptions: [ 'html.elements.track.kind.descriptions', - 'http.headers.Cache-Control.stale-if-error', ], } as Linter;