Legal compliance: privacy policy, self-hosted fonts, consent-clean storage - #6
Merged
Conversation
Findings and full rationale in docs/LEGAL_COMPLIANCE_PLAN.md (audit 2026-07-24): - Add privacy.html (bilingual, Art. 13 GDPR: server logs, localStorage, self-hosted fonts, data-subject rights, DSB complaint contact) and link it from every page footer plus the imprint - Self-host Familjen Grotesk and Spline Sans Mono (SIL OFL) from /fonts/; drop the fonts.googleapis.com / fonts.gstatic.com embeds on all pages - Persist wmcp-lang only on an explicit language choice (toggle click or WebMCP set_language call), not on automatic first-load detection - Imprint: label the address row as seat & address (§14 UGB) - Accessibility: announceable copy toast, localized toggle aria-label and diagram title in German mode, og/twitter image alt texts - llms.txt: 'byte-identical' -> 'behaves identically' (accuracy)
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.
Implements the P1/P3/P4 items from the 2026-07-24 legal audit (full findings, official-checklist validation, and draft-text rationale in
docs/LEGAL_COMPLIANCE_PLAN.md, included in this PR).What changed
privacy.html(new) — bilingual Datenschutzerklärung per Art. 13 GDPR: controller, nginx server logs at netcup (Art. 6(1)(f), 14-day retention), thewmcp-langlocalStorage entry (§ 165(3) TKG 2021), self-hosted fonts, data-subject rights, DSB complaint contact. Linked from every page footer and cross-linked with the imprint./fonts/; allfonts.googleapis.com/fonts.gstatic.comreferences removed on every page. Removes the only third-country transfer of the site.wmcp-langis persisted only on an explicit language choice (toggle click or WebMCPset_languagecall), no longer on automatic first-load detection. Identical UX.og:image:alt/twitter:image:alt,llms.txt"byte-identical" → "behaves identically", softened absolute "costs nothing" claim.Deliberately not in this PR: no cookie banner (correct while nothing non-essential is stored — DSB FAQ), no GA4 (stacked on top as #5 with its consent gate).
Verify
python3 build-de.pyis idempotent on the committedde/index.html/,/de/,/imprint.html,/privacy.html,/fonts/fonts.cssall 200; zero external font requestscurl -s https://webmcpify.at/ | grep -c fonts.g→ 0