Remix.run Logo
morsch an hour ago

But I don't want to delete cookies? I want websites to use cookies that are technically necessary e.g. for keeping me logged in. I just don't want them to use it to track my behavior especially inter-website.

mike_hock an hour ago | parent [-]

Interwebsite is solved by partitioning and login cookies are solved by explicit whitelisting.

inigyou 31 minutes ago | parent [-]

You think the average user is going to explicitly whitelist? The law requires sites to whitelist their own cookies under penalty of law, instead.

mike_hock 12 minutes ago | parent [-]

> You think the average user is going to explicitly whitelist

When prompted by the browser on first login/signup, yes, the same way the password manager works. With stored passwords, keeping the login cookie doesn't even add much value.