Alright fine ill switch browsers AGAIN
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
Article from JUNE 14, 2022
Maybe they should try to develop the uBlock Origin extension with the dev to make it last more.
This is old news, from 2022!!
From the blog post:
"June 14, 2022"
"Updated Aug. 28, 2024"
"And starting in 2024, all our users can look forward to Firefox blocking even more third party cookies."
Except it's still out of date because it mentions chrome also blocking third party cookies when at this point in time they've announced that they've abandoned that course of action now.
Yes we are going to enable this feature that is going to be irrelevant in the future, because where building an API in the browser to fetch browser History...
Yeah maybe 10 years late...
Does making it the default also set it on my already-downloaded Firefox or only to new downloads? Just to know if I'll have to manually set it.
It very probably wont change your settings for you. That would be super annoying if it changed things you set on purpose.
What if I never changed it in the first place. So before I had it on "default" and now it would still be on "default".
Good to know anyway
I'm curious how this will affect OAuth (if at all). Does it use an offsite cookie to remember the session, or is that only created after it redirects back to the site that initiated the login?
I my experience it generally breaks it. Leveraging cookies on the auth domain is fine, but once you are redirected to another domain, that application needs to take the access and refresh tokens and manage reauthentication as a background process. Simply don't store those things as cookies though.
Yeah that's kind of what I was getting at. It's been a while since I've worked with it so I couldn't remember if it used cookies for the token exchange or some other mechanism.
I was also wondering that