14 lines
877 B
Markdown
14 lines
877 B
Markdown
# Operator, privacy and accessibility pages
|
|
|
|
Version 2.0.2 provides multilingual operator pages in `full` and `bulk` mode:
|
|
|
|
- `/legal` (`/imprint` is an alias)
|
|
- `/privacy`
|
|
- `/accessibility`
|
|
|
|
All eight application languages are supported through `?lang=de`, `?lang=en`, `?lang=fr`, `?lang=es`, `?lang=it`, `?lang=nl`, `?lang=pt` and `?lang=pl`. Each page emits language-alternate metadata.
|
|
|
|
These routes remain reachable when `REQUIRE_LICENSE=true` and the runtime licence is unavailable, so legally relevant operator information does not disappear because of a licensing incident. Their static assets are exempt for the same reason.
|
|
|
|
The content is generated from environment configuration. Empty optional fields are not rendered. `LEGAL_STRICT` can be used as a production deployment guard, but it does not assert that every field required by every jurisdiction is present.
|