Skip to content

Commit

Permalink
Add impl_url for removed X-XSS-Protection header (#25368)
Browse files Browse the repository at this point in the history
* Add bug tracker URLs for removed features

* Remove linter exception for http.headers.X-XSS-Protection
  • Loading branch information
bsmth authored Dec 11, 2024
1 parent 91cbc6a commit fe18703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions http/headers/X-XSS-Protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"support": {
"chrome": {
"version_added": "4",
"version_removed": "78"
"version_removed": "78",
"impl_url": "https://crbug.com/40629883"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12",
"version_removed": "17"
},
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/528661"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -26,7 +28,8 @@
"opera_android": "mirror",
"safari": {
"version_added": "5",
"version_removed": "15.4"
"version_removed": "15.4",
"impl_url": "https://webkit.org/b/230483"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
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 @@ -152,6 +152,5 @@ export default {
exceptions: [
'html.elements.track.kind.descriptions',
'http.headers.Cache-Control.stale-if-error',
'http.headers.X-XSS-Protection',
],
} as Linter;

0 comments on commit fe18703

Please sign in to comment.