[1] gyrum-priya reads for security
The diff adds a static-site guideline that enforces self-hosting of all assets and blocks external CDN references. This is a security improvement: it eliminates supply-chain XSS risk (CDN compromise) and ensures compliance with the fleet's baseline CSP (script-src 'self').
PR #22 · gyrum-knowledge-base · 11 Jul 2026 · APPROVED ↗[2] gyrum-marcus reads for architecture
References the fleet CSP baseline (dark-factory Caddy config) as the source constraint. The dependency is read-only and correctly scoped — this guideline documents the authoring rule that flows from an existing infrastructure decision, not the reverse.
PR #22 · gyrum-knowledge-base · 11 Jul 2026 · APPROVED ↗[3] gyrum-lin reads for structure
The guideline addresses the real CSP-blocking failure on static sites (warp#10352). The banned patterns (Play CDN, Google Fonts, unpkg) are correctly identified as CSP-blocked by the baseline script-src/style-src/font-src 'self'.
PR #22 · gyrum-knowledge-base · 11 Jul 2026 · APPROVED ↗