fix(citations): MDN moved Web/Security pages under Web/Security/Defenses/ - #135
Merged
Merged
Conversation
…ses/ MDN reorganised its Web/Security reference tree into Defenses/ and Attacks/ subtrees. Two source URLs still pointed at the pre-reorg paths and now redirect: - security/mixed-content.md -> Web/Security/Defenses/Mixed_content - security/https-tls.md -> Web/Security/Defenses/Transport_Layer_Security Both canonical paths resolved through the MDN MCP server. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
6a0d477
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0df05e50.specification-website.pages.dev |
| Branch Preview URL: | https://fix-mdn-security-defenses-pa.specification-website.pages.dev |
The DOMPurify 3.4.11 bytes were an accidental build artefact from an older dependency tree, committed alongside the MDN path fixes. Reverted to main's 3.4.12; the two spec-page citation changes are untouched. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Owner
Author
|
Reverted |
jdevalk
marked this pull request as ready for review
July 31, 2026 09:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Two MDN source URLs in the
securitycategory updated to their current canonical paths:security/mixed-contentWeb/Security/Mixed_contentWeb/Security/Defenses/Mixed_contentsecurity/https-tlsWeb/Security/Transport_Layer_SecurityWeb/Security/Defenses/Transport_Layer_Securityupdatedbumped on both.Why now
Found by the daily standards scan's rotating citation slice (today:
security+seo). MDN has reorganised itsWeb/Securityreference tree intoDefenses/andAttacks/subtrees. Both old paths still 301, so nothing is visibly broken today — but per CLAUDE.md cardinal rule 1, MDN deep links are resolved through the MDN MCP server precisely because MDN reorganises and hard-coded links rot. These are the last two pre-reorgWeb/Security/*links in the repo (grepconfirms no others).Sources
Both canonical paths returned by the MDN MCP server (
https://mcp.mdn.mozilla.net/), which reported the redirects explicitly:/en-US/docs/Web/Security/Mixed_content→/en-US/docs/Web/Security/Defenses/Mixed_content/en-US/docs/Web/Security/Transport_Layer_Security→/en-US/docs/Web/Security/Defenses/Transport_Layer_SecurityStatus
No status changes. Citation-only fix — no changelog entry (CLAUDE.md: the changelog is about what the spec says, and this changes no claim).
npm run buildpasses.🤖 Generated with Claude Code