17 lines
680 B
Markdown
17 lines
680 B
Markdown
# Privacy and security
|
|
|
|
Locale files and generated outputs stay in-browser and are not uploaded.
|
|
|
|
No accounts, telemetry or runtime network requests are used for the core workflow.
|
|
The app stores glossary terms in local browser storage so they are available on the same
|
|
device for repeated reviews.
|
|
|
|
Parser/serializer limits are bounded to prevent accidental expansion:
|
|
|
|
- Imports and exports are capped at 5 MiB each.
|
|
- Large objects are flattened and rendered with per-session bounds.
|
|
|
|
Suggested translations are purely local matching; they do not call external services.
|
|
Transfers to the Portal are signed local handoffs only and never stored by a remote
|
|
processor by default.
|