Compare commits

..

2 Commits

Author SHA1 Message Date
pluja
25f3fd16b9
Fix small typo on new Commenting Engines section 2023-01-08 21:17:30 +01:00
pluja
6e35a0ad75
Add commenting engines section 2023-01-08 21:16:56 +01:00

View File

@ -26,6 +26,7 @@
- [Bookmarking](#bookmarking)
- [Book and web annotations](#book-and-web-annotationshighlights-management)
- [Captchas](#captchas)
- [Commenting Engines (disqus)](#commenting-engines)
- [Cloaking](#cloaking)
- [Cloud Storage](#cloud-storage)
- [Databases](#databases)
@ -214,6 +215,18 @@ Google captchas use cookies to track users and rank their IPs.
<img width="16" src="misc/check.png"> </img> **Instead use**
- [hCaptcha](https://www.hcaptcha.com/) - Privacy-first CAPTCHA for web, mobile, and more.
## Commenting Engines
<img width="16" src="misc/forbidden.png"> </img> **Avoid**
- **Disqus** - Many trackers are in their sites. Disqus collects (as per their Privacy Policy): IP address, unique Cookie ID, Device ID, your login data, browser type and version, time zone setting and location, browser plug-in types and versions, operating system and platform and other technology on the devices you use to access the Service.
<img width="16" src="misc/check.png"> </img> **Instead use**
- [Isso](https://github.com/posativ/isso) - A lightweight, self hosted, commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus.
- [Commento](https://commento.io/) - Commento is a fast, privacy-focused commenting platform. Can be selfhosted or use their SaaS.
- [Remark42](https://remark42.com) - Self-hosted, lightweight, and simple (yet functional) comment engine, which doesn't spy on users.
## Cloaking
### Images
- [Fawkes](https://github.com/Shawn-Shan/fawkes) - privacy preserving tool against facial recognition systems.