Skip to content

Add impl_url for removed X-XSS-Protection header#25368

Merged
caugner merged 3 commits intomdn:mainfrom
bsmth:http-impl-urls
Dec 11, 2024
Merged

Add impl_url for removed X-XSS-Protection header#25368
caugner merged 3 commits intomdn:mainfrom
bsmth:http-impl-urls

Conversation

@bsmth
Copy link
Copy Markdown
Member

@bsmth bsmth commented Dec 10, 2024

Summary

Adding impl_ulrs for some HTTP features. These were documented in MDN content prose, and removed in recent PRs.

Related issues

Follow-up from:

@github-actions github-actions bot added the data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label Dec 10, 2024
@github-actions github-actions bot added the size:s [PR only] 7-24 LoC changed label Dec 10, 2024
@caugner
Copy link
Copy Markdown
Contributor

caugner commented Dec 10, 2024

@queengooborg Would you know why the linter complains, although this PR only adds impl_urls?

Testing all features together...
 ✖ Obsolete - Unnecessary exception → http.headers.X-XSS-Protection

@queengooborg
Copy link
Copy Markdown
Contributor

Oh! That's because we had an exception to the obsolete features linter for this feature, but now that an implementation URL is being added, the feature is no longer considered obsolete and the exception can be removed!

@github-actions github-actions bot added infra Infrastructure issues (npm, GitHub Actions, releases) of this project linter Issues or pull requests regarding the tests / linter of the JSON files. labels Dec 10, 2024
@caugner caugner changed the title Add bug tracker URLs for removed features Add impl_url for removed X-XSS-Protection header Dec 11, 2024
@caugner caugner merged commit fe18703 into mdn:main Dec 11, 2024
@bsmth bsmth deleted the http-impl-urls branch December 11, 2024 11:06
@bsmth
Copy link
Copy Markdown
Member Author

bsmth commented Dec 11, 2024

Thank you, both!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP infra Infrastructure issues (npm, GitHub Actions, releases) of this project linter Issues or pull requests regarding the tests / linter of the JSON files. size:s [PR only] 7-24 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants