SimonBrazell / privacy-redirect

A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.
GNU General Public License v3.0
1.98k stars 114 forks source link

Privacy redirect is very inconsistent in what it stands behind #273

Open tio-trom opened 3 years ago

tio-trom commented 3 years ago

So...Privacy redirect labels websites like Youtube, Twitter, Instagram or other Google services as not privacy friendly, that's why it adds a privacy redirect for them. But then it redirects Reddit to old.reddit.com that is full of ads and trackers; it redirects search engines to DuckDuckGo, Startpage, Ecosia or Qwant which are ad-based and track your IP and more; While at the same time there is a wild assumption that Wikipedia might be infiltrated by the NSA so we need a Wikipedia Privacy alternative!?

I do not understand...

Reddit can be redirected to teddit or libreddit and makes perfect sense, no need to use old.reddit.com or reddit mobile. Are you using the mobile version of Instagram to label it as a privacy redirect option? No.

Search engines can be easily replaced by SearX and SearX only. Tons of instances, they work great. No excuse.

Please do not deviate from your wonderful core idea of Privacy. I love this extension and we use it as default for our Linux distribution, but I think it has lost the meaning of "privacy" in the above examples.

SimonBrazell commented 3 years ago

Hi @tio-trom yes the waters have been a little muddied with recent user submissions to the project.

Wikipedia redirects seemed pretty popular so I went with popular opinion on that one, I personally have no issues with Wikipedia and I think you made some pretty valid points in the other thread discussing it.

The reddit instances could be culled to only include those that protect privacy, as the user is free to add their own instances anyway, same with the search instances but we will need to implement custom instances for search first, which is a little more involved than the others because it also includes the query string.

Kotuklion commented 3 years ago

I agree with everything, maybe except for wikiless, but there already has been a long discussion about that :) It's true that we need some kind of custom instances management, so that people could freely remove and add the instances that they would like to use.

Search engines can be easily replaced by SearX and SearX only.

What about Whoogle?

tio-trom commented 3 years ago

What about Whoogle?

I am not familiar with it but if does not injects trackers/ads then is fit for this extension in my view.

Quix0r commented 3 years ago

How about @Searx project? It is a meta search-engine and adds no tracker anywhere.

tio-trom commented 3 years ago

How about @searx project? It is a meta search-engine and adds no tracker anywhere.

That's already added. It is what I surely suggest and we also provide an instance of that at search.trom.tf . I use it daily and works great. In my view SearX is enough....but if Whoogle is similar then why not add that too...

futureisfoss commented 3 years ago

Whoogle is a good alternative to https://startpage.com/. It makes the transition easier for people to switch from google, cause whoogle has a similar interface and it fetches results directly from google. Searx is more feature full and advanced, its what I use personally.

I find it absurd to see people using custom front-ends for Wikipedia. Wikipedia is so simple that it works very well even with JS blocked. Combine it with a proxy/vpn/tor and you solved all the privacy concerns. I explained it in more depth here - https://github.com/SimonBrazell/privacy-redirect/issues/232#issuecomment-892120527

Jerriy commented 3 years ago

Whoogle is a good alternative to https://startpage.com/. It makes the transition easier for people to switch from google, cause whoogle has a similar interface and it fetches results directly from google. Searx is more feature full and advanced, its what I use personally.

I find it absurd to see people using custom front-ends for Wikipedia. Wikipedia is so simple that it works very well even with JS blocked. Combine it with a proxy/vpn/tor and you solved all the privacy concerns. I explained it in more depth here - #232 (comment)

No, Wikipedia is also needed. Some of us don't have VPN access on all our PCs so if you happen to be on an IP that has been banned by Wikipedia then it sucks. With Wikiless, that problem is instantly and automatically solved... without me having to tinker my browser's vpn connection.

Jerriy commented 3 years ago

I agree with everything, maybe except for wikiless, but there already has been a long discussion about that :) It's true that we need some kind of custom instances management, so that people could freely remove and add the instances that they would like to use.

Search engines can be easily replaced by SearX and SearX only.

What about Whoogle?

Agree with the highlighted bit. We need an indication in each available alternative option whether it is privacy maximum alternative (with no tracking) or whether it's just merely an improvement on the main portal but still not pure privacy alternative (aka reddit versus old.reddit).

tio-trom commented 3 years ago

@Jerriy I understand you, is just that we wonder what is this extension about? Is it acting like a proxy/vpn to circumvent censorship? Or is it more like an adblocker to stop tracking and ads? From my understanding the latest is more correct.

futureisfoss commented 3 years ago

No, Wikipedia is also needed. Some of us don't have VPN access on all our PCs so if you happen to be on an IP that has been banned by Wikipedia then it sucks. With Wikiless, that problem is instantly and automatically solved... without me having to tinker my browser's vpn connection.

Why don't you use https://searx.tux.land/morty/?mortyurl=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FMain_Page&mortyhash=7ebaec8bd16aa09cda5ea1ab60a80644ab14c4ae72d9f257e665aad197b40511 for that ? Why do we need a custom frond-end specifically designed for wikipedia when we have services like morty that works on all websites. Just go to a searx instance like https://searx.tux.land and search for any website you want, and instead of clicking the main link, select the proxy button bellow it. Morty is way better than wikiless because it works on all websites.

Gi4nt1 commented 2 years ago

I recently discovered PR and love it! Especially that I finally can watch YT without Google tracking me. The rest I don't use that much but still I was wondering if any of similar services exist for fb and ig? - Need it badly enough for work sometimes.

xanoni commented 2 years ago

we could either disable redirects in the default settings if we think they are to non-privacy respecting options, and/or we could somehow label instances to show to what extent they are privacy preserving/improving

I wouldn't remove anything, though

ghost commented 2 years ago

I'd like to take a moment to put some eyes back on this issue, as I've come from https://github.com/humanetech-community/awesome-humane-tech and was disappointed to see redirects to old.reddit.com. It seems counter intuitive that an app focused on redirection to privacy respecting alternatives to common social media sites would then give options to redirect users to the very sites it's trying to avoid.

I've created a pull request (#323) to address at least some of @tio-trom's (in my eyes) valid points.

SimonBrazell commented 2 years ago

Hello @opalvault, yes I will address this in the near future, as I agree with @tio-trom's points here, I'll refrain from accepting PRs with new redirects in future without more scrutiny of the services they redirect to.

ghost commented 2 years ago

Looking forward to future additions. Thank you for your work on this.