Skip to content

Commit

Permalink
Remove http.headers.Cache-Control.stale-if-error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 29, 2024
1 parent 9f91210 commit a91255e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
35 changes: 0 additions & 35 deletions http/headers/Cache-Control.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion lint/linter/test-obsolete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,5 @@ export default {
},
exceptions: [
'html.elements.track.kind.descriptions',
'http.headers.Cache-Control.stale-if-error',
],
} as Linter;

0 comments on commit a91255e

Please sign in to comment.