Compare commits

...

15 Commits

Author SHA1 Message Date
eapo
18152c3ef6
Merge 98cc677cae into 78f9892606 2024-06-20 21:58:06 +00:00
pluja
78f9892606
update mumble link 2024-06-20 10:26:58 +02:00
pluja
d29b1a7611
Merge pull request #451 from ovx/main
Remove OOPSpam - not privacy-friendly
2024-06-19 08:56:54 +00:00
Daniel Regeci
286d7c6a86
Remove OOPSpam - not privacy-friendly
Upon closer inspection, OOPSpam is not what it seems, it directly violates GDPR in several ways (but the website says it's compliant) and the website uses third-party tracking cookies, namely tolt.io for affiliate marketing.

Highlights from the [OOPSpam's Privacy Policy](https://www.oopspam.com/privacypolicy):

- (!) OOPSpam.com transfers your data outside your jurisdiction - "Your information, including Personal Data, may be transferred to — and maintained on — computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction."
- (!) OOPSpam.com is using your data "to provide and improve the Service.". It is unclear whether its the submitted user data or customer's personal information.
- OOPSpam.com collects "several different types of information for various purposes to provide and improve [their] Service to you."
- OOPSpam.com is using cookies "and similar tracking technologies to track the activity on our Service and hold certain information."
2024-06-18 23:55:02 +02:00
pluja
49d58ee799
Merge pull request #413 from ArozenaDev/adding_Qwant
Added Qwant to the list of Search Engines
2024-06-17 15:50:41 +00:00
pluja
91a45b4178
Remove hCaptcha (#450) 2024-06-17 17:49:01 +02:00
pluja
b83f236015
Merge pull request #449 from ovx/patch-1
Add Altcha.org to Captchas
2024-06-17 15:47:45 +00:00
pluja
a6547e11fa
Merge pull request #447 from TimoNotThy/BioDrop
Replace LinkFree with BioDrop
2024-06-17 15:45:17 +00:00
pluja
0dfbea9274
Merge pull request #443 from poegl/web-browser-mobile
Add mobile web browser Cromite
2024-06-17 15:44:29 +00:00
Daniel Regeci
32b66e39b1
Add Altcha.org to Captchas 2024-06-17 14:36:05 +02:00
Timo
f35bbb3d83
Replace LinkFree with BioDrop 2024-05-28 18:12:55 +02:00
poegl.dev
74ca533798 Add mobile web browser Cromite 2024-05-27 12:24:47 +02:00
eapo
98cc677cae
Add fontlibrary.org 2024-02-07 01:07:04 +02:00
eapo
3acd5bbd1a
Add pixeldrain 2024-02-07 00:59:03 +02:00
Jose Arozena
af91f41075 Added Qwant to the list of Search Engines 2024-01-20 17:17:08 +01:00

View File

@ -278,11 +278,11 @@ Go to the [Text To Speech](#text-to-speech) section.
Google captchas use cookies to track users and rank their IPs. Google captchas use cookies to track users and rank their IPs.
- Google reCAPTCHA [![](https://shields.tosdr.org/en_217.svg)](https://tosdr.org/en/service/217) - Google reCAPTCHA [![](https://shields.tosdr.org/en_217.svg)](https://tosdr.org/en/service/217)
- hCaptcha [![](https://shields.tosdr.org/en_2207.svg)](https://tosdr.org/en/service/2207)
<img width="16" src="misc/check.png"> </img> **Instead use** <img width="16" src="misc/check.png"> </img> **Instead use**
- [hCaptcha](https://www.hcaptcha.com/) - Privacy-first CAPTCHA for web, mobile, and more. - [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism.
- [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users. - [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users.
- [OOPSpam](https://www.oopspam.com/) - No-captcha, privacy-friendly anti-spam, anti-bot API. Requires no personal data for detection. Supports popular platforms like WordPress. Privacy commitment in their mission statement.
## Commenting Engines ## Commenting Engines
@ -440,6 +440,7 @@ on the DMCrypt kernel module.
- [Paperless-ng](https://github.com/jonaswinkler/paperless-ng) - [inactive] A supercharged version of paperless: scan, index and archive all your physical documents. - [Paperless-ng](https://github.com/jonaswinkler/paperless-ng) - [inactive] A supercharged version of paperless: scan, index and archive all your physical documents.
- [Paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) - A community-supported supercharged version of paperless based on paperless-ng - [Paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) - A community-supported supercharged version of paperless based on paperless-ng
- [PairDrop](https://github.com/schlagmichdoch/PairDrop) - An improved version of Snapdrop that also allows you to pair devices and share files outside your network. - [PairDrop](https://github.com/schlagmichdoch/PairDrop) - An improved version of Snapdrop that also allows you to pair devices and share files outside your network.
- [pixeldrain](https://pixeldrain.com/) - Free to use temporarry file sharing with features like lists, delete, preview, edit, etc. "As long as you dont share it nobody will see it."
- [Portal](https://github.com/SpatiumPortae/portal) - A command-line file transfer utility for sending encrypted files from any computer to another. - [Portal](https://github.com/SpatiumPortae/portal) - A command-line file transfer utility for sending encrypted files from any computer to another.
- [QRcp](https://github.com/claudiodangelis/qrcp) - Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. - [QRcp](https://github.com/claudiodangelis/qrcp) - Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
- [Send](https://gitlab.com/timvisee/send) - Simple, private file sharing. (Mozilla Send Fork) - [Send](https://gitlab.com/timvisee/send) - Simple, private file sharing. (Mozilla Send Fork)
@ -486,6 +487,7 @@ If you need an app for **menstrual cycle tracking** please don't use any apps li
<img width="16" src="misc/check.png"> </img> **Instead use** <img width="16" src="misc/check.png"> </img> **Instead use**
### Google Fonts Replacements ### Google Fonts Replacements
- [coolLabs Fonts](https://fonts.coollabs.io/) - A privacy-friendly drop-in replacement for Google Fonts. - [coolLabs Fonts](https://fonts.coollabs.io/) - A privacy-friendly drop-in replacement for Google Fonts.
- [Font Library](https://fontlibrary.org/) - Unless otherwise noted fonts published under [CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/).
### Foundries ### Foundries
- [Velvetyne](https://www.velvetyne.fr/) - [Velvetyne](https://www.velvetyne.fr/)
@ -604,7 +606,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N
## Link in Bio Tools ## Link in Bio Tools
- [Keyoxide](https://keyoxide.org/) - A modern, secure and privacy-friendly platform to establish your decentralized online identity. - [Keyoxide](https://keyoxide.org/) - A modern, secure and privacy-friendly platform to establish your decentralized online identity.
- [LinkFree](https://github.com/EddieHubCommunity/LinkFree) - Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe. - [BioDrop](https://github.com/EddieHubCommunity/BioDrop) - Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
- [LinkStack](https://linkstack.org/) - Self-hosted open-source Linktree alternative. - [LinkStack](https://linkstack.org/) - Self-hosted open-source Linktree alternative.
## Link Shorteners ## Link Shorteners
@ -1059,6 +1061,7 @@ This section is dedicated to some tools that may help users analyze the privacy
- [SearxNG](https://github.com/searxng/searxng) - Free internet metasearch engine which aggregates results from various search services and databases. - [SearxNG](https://github.com/searxng/searxng) - Free internet metasearch engine which aggregates results from various search services and databases.
- [DuckDuckGo](https://duckduckgo.com) - A privacy respecting search engine. - [DuckDuckGo](https://duckduckgo.com) - A privacy respecting search engine.
- [Brave Search](https://search.brave.com) - A privacy respecting search engine with [its own independent index](https://brave.com/search-independence/). - [Brave Search](https://search.brave.com) - A privacy respecting search engine with [its own independent index](https://brave.com/search-independence/).
- [Qwant](https://www.qwant.com/) - A zero tracking search engine made and hosted in France, EU.
## Social Networks and Platforms ## Social Networks and Platforms
@ -1325,7 +1328,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Jami](https://jami.net/) - P2P audio and video conferences. - [Jami](https://jami.net/) - P2P audio and video conferences.
- [Jitsi Meet](https://meet.jit.si/) - More secure, more flexible, and completely free video conferencing. **No account needed, no installation needed**. - [Jitsi Meet](https://meet.jit.si/) - More secure, more flexible, and completely free video conferencing. **No account needed, no installation needed**.
- [Mirotalk P2P](https://p2p.mirotalk.com/) - Free WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms. - [Mirotalk P2P](https://p2p.mirotalk.com/) - Free WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
- [Mumble](https://www.mumble.com/) - Mumble is an open source voice communication application with advanced features. - [Mumble](https://www.mumble.info/) - Mumble is an open source voice communication application with advanced features.
- [PeerCalls](https://peercalls.com/) - Group peer to peer video calls for everyone written in Go and TypeScript. - [PeerCalls](https://peercalls.com/) - Group peer to peer video calls for everyone written in Go and TypeScript.
@ -1390,6 +1393,7 @@ Here are some open source and truly private (no personal data and/or credit card
- <img width="16" src="misc/android.png"> [Vanadium](https://vanadium.app/) - Privacy and security enhanced releases of Chromium by GrapheneOS. - <img width="16" src="misc/android.png"> [Vanadium](https://vanadium.app/) - Privacy and security enhanced releases of Chromium by GrapheneOS.
- <img width="16" src="misc/android.png"> [Privacy Browser](https://www.stoutner.com/privacy-browser/) - <img width="16" src="misc/android.png"> [Privacy Browser](https://www.stoutner.com/privacy-browser/)
- [Tor Browser](https://www.torproject.org/) - iOS/Android. Defend yourself against tracking and surveillance and circumvent censorship. - [Tor Browser](https://www.torproject.org/) - iOS/Android. Defend yourself against tracking and surveillance and circumvent censorship.
- [Cromite](https://www.cromite.org/) - Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy.
#### Desktop #### Desktop
- [Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) - A lightweight approach to removing Google web service dependency. Ungoogled-chromium is Google Chromium, sans dependency on Google web services. - [Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) - A lightweight approach to removing Google web service dependency. Ungoogled-chromium is Google Chromium, sans dependency on Google web services.