this post was submitted on 05 Aug 2026
3 points (63.6% liked)

Privacy

50674 readers
556 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

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

Hi, I've been using the DDG browser and search on and off for a bit. Specifically trying to contain more controversial stuff like politics into it. .

I just searched on the DDG browser with the DDG search, "2026 midterm primary results" hoping to find the 5 states that had primaries last night. The top horizontal scrolling results were all Michigan. Then the fucking AI bot that I thought I turned off. Then finally the real results...except the real results were 100% local to my state. My states primaries were months ago. There is no rewsonvehy my search should have yielded anything local to my state, and certainly not the entire first page.

Can someone shed a light onto why it would have done this? It feels invasive, at least with Google I can pretend that they know my location because I told them. But DDG? Nah, shits weird.

you are viewing a single comment's thread
view the rest of the comments
[–] PierceTheBubble@lemmy.ml 5 points 3 weeks ago* (last edited 3 weeks ago)

DuckDuckGo Search simply guesses your location using a GEO::IP lookup with the IP address that's automatically sent to us via your device; then we throw away the IP address. [...] The next time you perform a local search, selecting “Use Location” will send us a random location nearby, while hiding your actual location from DuckDuckGo. [...] If you’d rather choose a custom location instead, you can pick “Set Location on Map” instead of “Use Location.” This bypasses the browser location permission, but still keeps your precise location anonymous to us.

I've just switched back to Brave, because (No AI) DDG keeps localizing results, despite region filter set to "All regions"; which really bugs me. If you want to disable Brave's annoying AI "feature" (the reason I switched to DDG), without having to store a cookie: install the Redirector addon and 'Create new redirect' with:

Example URL: https://search.brave.com/search?q=test

Include pattern: https://search.brave.com/search?q=*

Redirect to: https://search.brave.com/search?q=$1&summary=0

Edit: Lemmy reformatting contents of the code block