-
Notifications
You must be signed in to change notification settings - Fork 0
Telemetry and Privacy Policy
The Color Blurple edited this page Jun 10, 2024
·
2 revisions
I'll keep this short:
- We are collecting anonymous usage data, specifically how many requests are going to an endpoint, and where they are coming from (country of origin)
- This is done using the
actix-analytics
crate.
- This is done using the
- The
/telem
endpoint sends data that may be more personal, like playtime, mod count, website/launcher performance etc.- This is completely optional, disabled by default even.
- Regions with GDPR or GDPR-adjacent laws are blocked from sending any data via this endpoint. It will bounce back with a
451 Blocked for Legal Reasons
error if tried.- To check if your country is on the blocklist, check
gdpr.rs
.
- To check if your country is on the blocklist, check
- We will never sell anything. All data is deleted after 30 days.
Really. Thats it.