this post was submitted on 07 Jun 2022
24 points (100.0% liked)

Privacy

31253 readers
790 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

And what alternative should i use if DuckDuckGo is a bad option...

you are viewing a single comment's thread
view the rest of the comments
[–] Gunther@lemmy.ml 2 points 2 years ago (1 children)

There's no such thing as "couldn't log" when you're talking about an open source project. The source code can always be modified. Even if something is open-source, you're always trusting the one hosting it with your data.

[–] XpeeN@sopuli.xyz 1 points 2 years ago (1 children)

You can see at searx.space if an instance changed the code he uses.

[–] Gunther@lemmy.ml 2 points 2 years ago (1 children)

It's cool that they have that info (hadn't noticed it before), though it only looks at the front end code, there is no way to check for any malicious code on the back end. At the very least, logging the IP addresses that use the search engine is trivial without any changes to the front end. Actually correlating search queries to IPs would probably be harder since the query isn't in the URLs, but maybe not that much harder, I'm not sure.

[–] XpeeN@sopuli.xyz 2 points 2 years ago

Oh right. Well yeah that's a shame. I bet there's a way to make the frontend select an instance randomaly from a list and send the query to it.