mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2026-07-31 06:55:46 -04:00
This site had no privacy notice. Instead of adding a separate copy it links the canonical one published for every project site on this host: https://fabriziosalmi.github.io/privacy The notice is accurate here as-is: same publisher, same host (GitHub Pages), no cookies, no analytics, and the only device storage is the VitePress light/dark preference, which the notice describes. - themeConfig.footer: 'Privacy & legal' link. VitePress renders the footer on the hero home page too, so it is reachable from every page without touching the nav. - head: meta-CSP, default-src 'self'. 'unsafe-inline' is required because VitePress emits an inline appearance script and inline styles. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>