Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Conversation

bsmth
Copy link
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
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
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
9 checks passed
@bsmth bsmth deleted the http-impl-urls branch December 11, 2024 11:06
@bsmth
Copy link
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