logoalt Hacker News

jokoonlast Wednesday at 5:51 PM4 repliesview on HN

I set firefox to clear cookies, also using cookies to "strict"

This somehow causes a huge pain to connect to mozilla's matrix instance, and I never understood why. This is a bit ironic since firefox has that feature to clear cookies.

I had to reset password, and do other weird things, I can't remember what exactly.

I hope this MAS thing fixes it.


Replies

apples_orangeslast Wednesday at 6:04 PM

So unusable for people like me who only surf in private mode

jeroenhdyesterday at 6:19 AM

Putting tracking protection to strict essentially makes Firefox violate certain web standards. Developers aren't going to test against that, and if they are they're probably not going to be able to do much about the problems strict tracking protection causes.

If MAS fixes this, it'll be by accident and it'll probably break in the future. Firefox warns against this kind of breakage if you enable strict tracking protection in the settings. You can't have strict tracking protection + websites doing cross-domain authentication working.

anon7000last Wednesday at 6:28 PM

I mean, yeah, tracking prevention features basically completely break cross-domain authentication. There are a surprising number of valid use cases that need cross-domain auth (or make the user experience a lot easier). While there are workarounds these days, sometimes it does require deep changes in how auth works

show 1 reply
nurettinlast Wednesday at 7:02 PM

How do you prevent them from collecting "Interaction Data"?

https://www.mozilla.org/en-US/privacy/firefox/#bookmark-how-...