Earlier quoted context omitted.
Years ago, webpages loaded faster by using domain sharding. A big website I had used one domain as its primary, but images were on another domain, and there was yet another domain for resources like css and js.
How is this faster? More DNS requests, more TCP connections. At first this is purely slower.
W3C slaps down Google's proposal to treat multiple domains as same origin
51–60 of 128 posts
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#52How did w3c get such power to “slap down” google. If users can’t access gmail / YouTube etc, they will be ignoring the w3c. Another workaround if google can’t try this in chrome (it can) do cookies on a google sub domain (yt.google.com etc)
Users can't ignore W3C. Browser makers can. This "feature" would open up for tracking using today's modern analysis systems with year 2000 privacy protections.
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#53Earlier quoted context omitted.
Firefox when combined with Safari are a formidable opponent to Google’s monopoly. The First Party Sets standard couldn’t be forced through because Firefox and Safari wouldn’t accept it.
Until Google implements the behavior and applies it to their sites. Then Google services stop working smoothly on Firefox and Safari because the shared session on those sites is only functional on Chrome. Imagine having to log into gmail, calendar, drive, etc. individually each time. In theory it's not that big of a deal, but in practice could end up driving the casual users to Chrome since the tools they use work be…
And as a fun fact: Edge (12.62%) moved past Safari (11.24%) on Desktop in Germany.
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#54How did w3c get such power to “slap down” google. If users can’t access gmail / YouTube etc, they will be ignoring the w3c. Another workaround if google can’t try this in chrome (it can) do cookies on a google sub domain (yt.google.com etc)
> If users can’t access gmail / YouTube etc, they will be ignoring the w3c. Are users unable to access gmail / YouTube etc now?
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#55Earlier quoted context omitted.
FireFox just follows in the steps of Chrome now. Whatever Google decides Firefox will just go along with it.
As far as consumer usage goes Firefox is effectively dead It's rare that see FF usage above 1% on any of my customers' sites and I think it's only at something like 2% on gov.uk Of course there's a debate to be had over how much FF users blocking analytics affects the numbers but the numbers tie up with the log mining I've done too
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#56Hmmm, what stops Google from doing it anyway? Chrome is the de-facto standard nowadays with every other browser being under 10% market share except Safari holding out around 20%.
The fear of getting a smackdown for being anti-competitive and too dominant, hopefully, much like the one Microsoft got during IE's dominance a couple of decades ago.
Microsoft adopting Chrome's code for its Edge browser is a brilliant bit of jujutsu; not only do they get to join the chorus of voices that say "Google's so powerful and anti-competitive that we had no choice but to adopt their browser engine", they also cut their engineering costs dramatically for their built in browser by having a competitor pay for it.
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#57I'm not sure why this would be such a big deal for Google.. I know they might be communicating between .co.uk .com etc.. But apart from that, why would Google benefit so much from this ?
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#58How did w3c get such power to “slap down” google. If users can’t access gmail / YouTube etc, they will be ignoring the w3c. Another workaround if google can’t try this in chrome (it can) do cookies on a google sub domain (yt.google.com etc)
Users can't ignore W3C. Browser makers can. This "feature" would open up for tracking using today's modern analysis systems with year 2000 privacy protections.
So, not really as bad as you suggest, but true, some problem cases can arise.
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#59Hmmm, what stops Google from doing it anyway? Chrome is the de-facto standard nowadays with every other browser being under 10% market share except Safari holding out around 20%.
Re: W3C slaps down Google's proposal to treat multiple domains as same origin
#60Earlier quoted context omitted.
Years ago, webpages loaded faster by using domain sharding. A big website I had used one domain as its primary, but images were on another domain, and there was yet another domain for resources like css and js.
How is this faster? More DNS requests, more TCP connections. At first this is purely slower.