parent
0c29b8673e
commit
76ae62760e
|
|
@ -48,6 +48,7 @@
|
||||||
- [Domain Registrar](#domain-registrar)
|
- [Domain Registrar](#domain-registrar)
|
||||||
- [Download Manager](#download-manager)
|
- [Download Manager](#download-manager)
|
||||||
- [Encryption](#encryption)
|
- [Encryption](#encryption)
|
||||||
|
- [Error Trackers](#error-trackers)
|
||||||
- [File Management and Sharing](#file-management-and-sharing)
|
- [File Management and Sharing](#file-management-and-sharing)
|
||||||
- [Fitness and Health](#fitness-and-health)
|
- [Fitness and Health](#fitness-and-health)
|
||||||
- [Fitness trackers](#fitness-trackers)
|
- [Fitness trackers](#fitness-trackers)
|
||||||
|
|
@ -472,6 +473,12 @@ Remember: Without strong encryption, you will be spied on systematically by lots
|
||||||
- [Cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) - Full disk encryption for Linux. Cryptsetup is a utility used to conveniently set up disk encryption based
|
- [Cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) - Full disk encryption for Linux. Cryptsetup is a utility used to conveniently set up disk encryption based
|
||||||
on the DMCrypt kernel module.
|
on the DMCrypt kernel module.
|
||||||
|
|
||||||
|
## Error Trackers
|
||||||
|
|
||||||
|
Sending your app’s error details to third parties can expose sensitive information, create potential data leaks, and provide attackers with insights into your app’s structure. In some cases, this data could also be used for AI training or analytics without your control.
|
||||||
|
|
||||||
|
- [Telebugs](https://telebugs.com) - A self-hosted Sentry alternative for error tracking (source code unlocked with a one-time payment).
|
||||||
|
|
||||||
## File Management and Sharing
|
## File Management and Sharing
|
||||||
⛔ **Avoid**
|
⛔ **Avoid**
|
||||||
- **WeTransfer** - [Bad privacy policy](https://tosdr.org/en/service/214). Files are not e2e encrypted. Website has many analytics and trackers.
|
- **WeTransfer** - [Bad privacy policy](https://tosdr.org/en/service/214). Files are not e2e encrypted. Website has many analytics and trackers.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue