this post was submitted on 19 Nov 2024
7 points (100.0% liked)

Privacy

32072 readers
648 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 5 years ago
MODERATORS
 

I have my browser setup to automatically delete cookies after the app is closed. I do this for privacy reasons. I would however like to store some cookie information, but not the rest. Example: Every time I start a new session I am forced to read DuckDuckGo's AI slop as the first result to my search query. I have to manually change site settings every new session and I don't like it. I know that I could allow certain sites to store cookies but I don't want to allow DuckDuckGo to store any other information. Is there any way I could save site settings in a static file that is reloaded every time I open my browser? I use both Chromium and Firefox on linux and android.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 day ago

i do something like this on firefox and the container tabs feature.

i create a set of container tabs for websites that do tracking with cookies and only visit that website using its dedicated container so that it looks like i ONLY use my browser to go to ONLY go to that one website from the trackers perspective.

i also started using privacy badger and ghostery to give the tracker junk information to make all the data harvesting useless; but i don't know if it works yet.

[–] [email protected] 4 points 1 day ago* (last edited 1 day ago) (1 children)

I've not done it myself, but I'm pretty sure you can configure Cookie AutoDelete or similar extensions to block everything except specific cookies for any given domain. I don't think you could accomplish it with just a file saved locally, the browser isn't generally able to read local files without using an extension.

[–] [email protected] 2 points 1 day ago* (last edited 1 day ago)

The only problem with not deleting all cookies with some automatic tool is it will make it easier to fingerprint you. Anything difference with your browser's behaviour is fingerprintable.

Also, check your this section from the Arkenfox wiki (made by experts on browser fingerprinting):

🟪 DON'T BOTHER: Cookie extensions

- ❗️Sanitizing in-session is a false sense of privacy. They do nothing for IP tracking. Even Tor Browser does not sanitize in-session e.g. when you request a new circuit. A new ID requires both full sanitizing and a new IP. The same applies to Firefox
- ❗️Cookie extensions can lack APIs or implementation of them to properly sanitize: e.g.
    - ⚠️ [last checked Nov 2024], Cookie Auto Delete even instructs it's users to disable Total Cookie Protection - ⚠️ DO NOT DO THIS ⚠️

        "As of Firefox 86, strict mode is not supported at this time due to missing APIs to handle the Total Cookie Protection [... followed by instructions]"
[–] sbv 1 points 1 day ago

Can you force the browser to send a cookie header to the DuckDuckGo website? I think there are plugins that add headers to specific websites.