Files
patterns/docs
fab 18da4bf998 privacy: link the shared privacy notice and add a meta-CSP (#32)
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>
2026-07-21 12:12:34 +02:00
..