⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 635: Add SRI Hashes to CDN Resources

完了 ← タスク一覧

Task 635: Add SRI Hashes to CDN Resources

Status: DONE

Problem

7 CDN resources (KaTeX CSS/JS/auto-render, Highlight.js CSS/JS, uPlot CSS/JS) used crossorigin="anonymous" but had no integrity attribute, leaving the site vulnerable to CDN supply-chain attacks.

Solution

Generated SHA-384 SRI hashes for all 7 CDN resources and added integrity="sha384-..." attributes. Added E2E test verifying SRI presence (3+ links, 4+ scripts).

Files Modified