Hacker News

Powered by HN Search API

No Cookie for You

From https://github.blog/2020-12-17-no-cookie-for-you/
todsacerdoti | 2020-12-17 | 2941

Comments:

phil9987

2020-12-17
This is awesome!

dry_soup

2020-12-17
A lot of people have the misconception that the EU cookie law applies to all cookies, but as the blog post correctly points out, that just isn't the case.

xwdv

2020-12-17
Have they found some alternative to cookies?

jolux

2020-12-17
This should be the standard.

helstegt

2020-12-17
This is great!

kayson

2020-12-17
If they've gotten rid of 3rd party analytics, does this mean they're just using their own? Presumably session cookies count as "required", and could be used to track your actions at least on github.com.

underdeserver

2020-12-17
Incredible. Take note, everyone - it is possible.

kristofferR

2020-12-17
For other sites I recommend the extension "I don't care about cookies". It removes most cookie warnings, makes browsing the web way less bothersome.

You can also add cookie warning filters to uBlock Origin, but those doesn't autoclick when CSS filters aren't sufficient.

https://addons.mozilla.org/addon/i-dont-care-about-cookies/

tfranco

2020-12-17
So, they do analytics looking only at the database data?

I wonder if they built the analytics system themselves or are using a COTS.

corytheboyd

2020-12-17
That was an unexpected nice gesture.

I wonder what they’re using to track user activity instead, probably just a mix of server logs and the other goings on of the backend.

dudus

2020-12-17
I assume that means a lower ad revenue and lower quality analytics. I wager they did a study and found the benefits of removing the dialogs outweigh the costs.

Cookie dialogs are indeed horrible and out of control. Good on them for making the jump. But I doubt many others can justify the cost associated with the change. We need a better solution that gives users choice but reduce the friction caused by annoying prompts.

3pt14159

2020-12-17
This is great! GitHub continues to, somehow, surprise me.

One question I do have, however, is whether or not the new homepage[0] which shows where people are when they open a PR actually reveals their present location. In the few samples I checked it did not seem that the presence of the person indicated matched their bio's location settings. If it is truly unmasking people's location I think it should be opt-in only, since it is private information. An employer or state may have issues with someone opening a PR from a specific country at a specific time, for example.

[0] It may be required to open this in an incognito browser.

firloop

2020-12-17
I'm an American that's currently in Europe, and I recently downloaded a mobile ad-blocker for the purpose of blocking cookie popups. I was already blocking most tracking at the DNS level, so this was mostly for cosmetic purposes. Blocking consent banners has made browsing the mobile web so much more pleasant.

austinl

2020-12-17
Can anyone familiar with the topic explain what distinguishes essential from non-essential cookies?

GitHub gives the example of "those used by third-party analytics, tracking, and advertising services", but curious if the law defines some sort of bright line here.

ddevault

2020-12-17
Nat's right: this IS a no brainer. SourceHut hasn't had any non-essential cookies since day one. If you're reading this, Nat - how about removing third-party resources entirely from your pages next?

ThePhysicist

2020-12-17
Great move! Now that some big sites like Github curb their use of invasive third-party analytics I hope more will follow suit. For Github it's probably easy to do this as they can extract a lot of insights from the actions their users perform on the site that are visible in their backend, so they probably don't need event-based analytics so much.

dheera

2020-12-17
I just block cookie banners with a combination of custom JS/CSS and uBlock Origin. I hate those abominations.

Ironically, these sites need to use additional cookies to remember that you clicked away the banner, and part of the problem is I also blanket block all cookies on sites that I don't need to log into, so they don't get to "remember" anything.

dan1234

2020-12-17
Logging into Github lands me 10 cookies (5 of which have a 365 day expiry), and a row in local storage - are these all 'essential'?

AndrewStephens

2020-12-17
I hate the standard wording on Cookie banners. Most of them should read:

"The site uses cookies. Actually it doesn't - you are not logged on and we don't need to maintain state. But our advertising partners, their partners, and their partner's partners all love to set tracking cookies. Click here to consent to three dozen cookies from around the globe."

1-6

2020-12-17
Cookies aren't necessary because you'll have to login to get much of the functionality out of Github anyway.

jcroll

2020-12-17
How do you do site analytics?

djohnston

2020-12-17
Nice. I wonder if one could build an analysis program to determine if you actually need the banner or not, with some reasonable accuracy. I would love to see those cut down.

ffpip

2020-12-17
Great! Even before, rejecting tracking on GitHub was just one click away, same number of clicks as accepting it.

I also like the fact that all users get equal privacy rights!

notJim

2020-12-17
I'm sure people will praise this, but how do you run a modern website with no analytics? How do you know if people use the features you build?

bosswipe

2020-12-17
I find it annoying that 3rd party analytics gets lumped in with ad tracking. Analytics is incredibly useful for improving products, it lets you see where users are having a hard time and it lets you do experiments and measure the results. It's beneficial to both the user and the company, it's a win-win.

franga2000

2020-12-17
I love it! As a web developer, cookie warnings infuriate me probably more than they should as at least half of the time they aren't actually either required (only essential) or effective (doesn't actually compy, just annoys).

I've had clients straight up demand I should add an ugly cookie warning to the beautiful site I spent a month designing "because it's the law". Then, when I asked them to provide a full privacy policy to go with it, I've often gotten the response to "just leave it empty, nobody actually reads that". Thankfully, I'm stubborn enough to have always been successful in convincing them that maaaybe they should listen to the person who does this stff for a living and not a sensationalist Medium article...

pluc

2020-12-17
..so what's the real reason?

FriedrichN

2020-12-17
This is great. My experience is that many people claim to want analytics for their website but end up looking at it a couple of times and then never using it again. Meanwhile they're sponsoring and bolstering the position of internet tracking giants who - despite their claims - have no regard for user privacy.

Just sell your product instead of wasting time and money on bike shedding your website with whatever you believe is going to "skyrocket your sales".

munhitsu

2020-12-17
the beautiful irony of having "share on Facebook link" on this page

distantsounds

2020-12-17
I literally proposed this solution in a previous HN thread, discussing the cookie situation. I'm glad a large business such as GH is able to take the _extremely_ painless route of just outright removing them entirely.

raverbashing

2020-12-17
Great work!

Thanks, github, for setting the example.

mnazim

2020-12-17
I started using Cookie Auto Delete extension with Firefox. Now I just accept all and the extension takes care of removing the cookies as soon as I close the tab. Logging in again and again on the regular sites is not even an annoyance a with a password manager.

robgibbons

2020-12-17
I understand the need for GDPR, but its consequence of obtrusive cookie consent banners is easily one of the worst things to happen to the web in recent memory.

laurent123456

2020-12-17
I wish there was a browser option "I don't care about being tracked" and that would get rid of all cookie banners (and, more often than not, full page popups).

This EU law comes from a good idea, but it's terribly implemented - it implies that everybody out there is a lawyer and can make sense and agree on multiple pages of confusing legalese, and this every time they open a new website. This is so absurd, and the result is that we're trained to click "ok" on everything and we're tracked all the same. Back where we've started but with more popups.

RyanShook

2020-12-17
So how does Github track usage and site traffic? That seems non-essential to me and not something you could completely manage server-side.

varispeed

2020-12-17
But is it just about cookies though? If they log images downloads or anything else that is essentially what tracking cookie would do and often this type of tracking is used instead of cookies. Just because they don't process this data for analytics (or do they?) it doesn't mean this automatically respects privacy, as there is always a chance this data could leak. Do they store logs?

tsjq

2020-12-17
I use this bookmarklet to quickly get rid of cookie banners and other banners / stickies :

https://alisdair.mcdiarmid.org/kill-sticky-headers/

jorams

2020-12-17
If they're not using Google Analytics anymore, it's probably time to remove the request to 'gascrolldepth.js' from the blog as well.

wnevets

2020-12-17
Sounds like that terrible cookie law is actually doing some good. Maybe other sites could follow suit and just rid of the the banner and offending cookies.

heroprotagonist

2020-12-17
This is fantastic. Thank you, GitHub.

I hope this is a good demonstration of a hands-off approach at Microsoft in regard to company culture.

I realize you likely still collect some analytics for yourself and that this change does nothing to alleviate that. EG, first party javascript. But it's great that it's divorced from 3rd parties.

Presumably Microsoft has access to those metrics, though? I wonder how deeply that gets parsed in conjunction with everything else they collect.

If only you could export some of that culture back to your corporate overlord. I'd love if MS Teams stopped exploding it's RAM usage until it eventually has to be killed if it's unable to get an OK response from its analytics endpoint.

And I'd love to turn off analytics in Windows altogether. Even getting to the minimal analytic configuration is an exercise in futility spread out across a million different settings, some of which decide to reset themselves in obfuscated ways sometimes. eg, some think updates reset them, either directly or by doing things like changing default programs to ones which require analytics (eg Office). Or a change to one setting requires additional changes elsewhere to be effective.

TACIXAT

2020-12-17
It would be really cool to get an on-GitHub analytics for GitHub pages. I’d like to get view counts but don’t want to embed an external tracker in my blog.

gostsamo

2020-12-17
See, it is not all that difficult. Hopefully, this will be the first of many big websites to ditch the excess tracking.

oneplane

2020-12-17
> EU law requires you to use cookie banners if your website contains cookies that are not required for it to work.

No it doesn't. EU Law requires you to not harvest data at will, and you either must have a basic functional requirement (i.e. 'remember my login'), or you must ask the user if you can have their data to profile them so the advertisements can make a few percent more money (yes, the whole profiling thing doesn't even add that much to the bottom-line!).

tus88

2020-12-17
Title should be "Github admits abusing users with non-essential cookies".

dessant

2020-12-17
Until now GitHub has sent client-side requests to Google Analytics with a client ID that was also sent in a second client-side request to an in-house analytics API at GitHub for augmenting and cross-referencing user data.

The client-side Google Analytics request no longer appears to be sent, but a request containing personal data is still sent to collector.githubapp.com.

The privacy policy page which lists third party data subprocessors and cookies used on GitHub [1] seems to be outdated. Does the announced change also mean that Google Analytics and other subprocessors have been eliminated, or has some of the tracking merely moved server-side?

[1] https://docs.github.com/en/free-pro-team@latest/github/site-...

wooptoo

2020-12-17
Or they could use localStorage instead, which is a superior storage mechanism.

krsdcbl

2020-12-17
I find it staggering how misunderstood GDPR seems to be at large.

First and foremost, it's not about cookies. EU laws required you to inform visitors about "cookies" and have them acknowledge them long before GDPR passed into law.

Second, it's not about third parties or required cookies vs. marketing cookies.

What the law actually states is that you may not, in any form, make individuals using your service identifiable or track them without prior informed and active consent by the visitor, and you also may not make such consent mandatory for accessing your publications content. plain and simple.

all the "cookie banners" out there are ONE form of solving this problem but are in no way mandated by law. If you find another way of solving this issue, all the better.

But the way these banners are designed and implemented at large are geared towards soliciting consent by means of obfuscating actual selection (think: bright "accept all" buttons with tiny "save settings" links) and by making it hard and tedious to actually select and submit your preferences (think: giant lists of all trackers with opt-out for legitimate interest and optin for consent side by side). These are in clear violation of what the law states imho and are largely in use because there is still no juridical precedent that clarifies what goes and what doesn't.

what we are experiencing is a clash of ethical mandate and economical interest. GDPR is aimed at protecting you, the user, from beeing identified and tracked along your wen history, be it by cookies or fingerprint or whatever.

dropping functional cookies for logged in users is perfectly fine though, as registration itself is likely a process where users can be informed of such personal identification and is an active decision by the user.

saying "the site needs it to function" and tracking users first party only is NOT a way around GDPR, as much as this narrative gets retold.

in short: it's not about cookies and third parties. The law is purposefully formulated in a way that isn't scoped on technicalities and seeks to prevent such "workarounds".

I would love to see more details disclosed by GitHub about HOW exactly they implemented this, as i am certain they have enough professional legal councel to have digged deep into this question.

bouk

2020-12-17
The EU cookie ban should've just been a ban on third-party cookies, then we wouldn't be in this mess. Props on GitHub for following the rules right!

GuillaumeHr

2020-12-17
Really good news! For others websites, I've developped the browser addon Ninja Cookie that remove cookie banners by rejecting the use of non-essential cookies. (I've introduce Hacker News community few weeks ago to this project) Free and good for your privacy :) Have a look guys :) https://ninja-cookie.com

Mojah

2020-12-17
Damnit, they found my loop-hole! https://ma.ttias.be/loophole-cookie-notices/

Layke1123

2020-12-17
Why are there so many people on this website willing to bend over backwards for their employers shoving cookies down our throats? Is it because they pay so much money that you don't care what happens to others as long as you get yours?

privacylawthrow

2020-12-17
Much of the statements about cookie requirements in this thread are wrong.

The rule is simple: If a website uses non-essential cookies, it must inform users and, in most EU jursidctions, collect consent prior to placing a cookie on the user's machine.

The rationale behind the rule is that companies should not store company information on end-user devices without the user's consent. The rule applies to all non-essential cookies regardless of whether the cookies collect personal data or are used for tracking. The rule does not cover cookieless server-side tracking of users. Sites do not violate the law when they track users without consent using server-side tools. Sites do violate the law even without tracking users if the site does not collect consent for non-essential cookies.

GDPR enhanced the cookie rules by applying GDPR consent requirements to all cookies that involve personal information. Many sites ignored the old cookie rule because EU law did not give data protection authorities much enforcement power. GDPR increased the power of the DPAs to issue fines of up to 4% of annual turnover. Sites previously ignoring the rules put out cookie banners once GDPR came into effect.

edit: To be clear, Github isn't saying that it stopped tracking users. It's saying that it doesn't do cookie-based tracking and therefore it does not need a banner.

homakov

2020-12-17
It was really that easy. Kudos. Others should follow

asimops

2020-12-17
What I would wish is for the next iteration of the law to mandate a standard way of opting in. From looking at the real world, there are several categories for cookies. Technically, tracking, okay I can only think of two. A standard opt-in procedure could client side set a cookie with a certain level of consent for each page at the browser level. A default setting for this can then be set globally in the browser. A site specific setting could then be overwritten by the server or the browser UI.

You could then nicely ask your users to agree to tracking in the places where there were the privacy intrusion banners of the shady tracking networks.

Dirlewanger

2020-12-17
I seriously don't understand the cookie hooplah. You know that they can still send most of the same information off to 3rd party services on the back end?

Vinnl

2020-12-17
Seems like a good way to differentiate themselves from GitLab: while GitLab is open source whereas GitHub likely will never be, GitLab.com contains many third-party trackers and GitHub now none.

rapht

2020-12-17
The problem with cookie banners is not their intrusive ubiquity: it's that they keep going against the spirit of the law, which was to make any "non essential" (whatever that means) data collection opt-in.

If that were functioning, whereby the two buttons presented to you were a "Continue without cookies" and "I want to opt in", the annoyance would be worth it. But as it stands, most sites just _pretend_ their tracking is opt-in through an "I agree" button, with "I don't agree" generally leading to a mess of check boxes in front of partners the general public has no idea about.

I do hope regulators end up cracking on this...

ghego1

2020-12-17
Great news, not only because of the improved experience in browsing GitHub, but also because finally a big tech player as acknowledged that it is indeed possible not to have a cookie banner, simply by not processing non-essential personal data.

It would be awesome if this started a trend.

ilikepi

2020-12-17
It seems the huge and annoying "Why don't you join Github" banner is gone now, too. They must have eliminated the persistent cookie that clicking "Dismiss" presumably set. That banner was very frustrating for me, as I clear cookies regularly from the browser profile I use for random surfing.

Rompect

2020-12-17
Website is down rofl

mrtksn

2020-12-17
Somehow the rest of the internet was sold to the idea of "EU is forcing you to put cookie banners, these are nothing but annoyance" rhetoric. Whoever pulled that off, bravo!

In reality, the idea was to make people aware that they are being tracked across the web and and give them options and somehow everyone pretended that "No tracking, no banners" is not an option.

I am so glad that GitHub is coming forward and point out the elephant in the room: You don't need cookie banners or tracking consent forms if there's nothing to consent.

notananthem

2020-12-17
cries in git

SoSoRoCoCo

2020-12-17
All aboaaaard!

We recently removed Google Analytics and switched to apache server logs. It was the only 3rd party cookie our site was using, and the apache logs are far more transparent. (No one understands or trusts the analytics from google, and no one has the time, they only want to see certain bumps for certain pages).

punnerud

2020-12-17
Have GitHub credentials on your machine and interacting with the service is the most valuable data for GitHub. They probably have something in the terms that they can use this data.

So I see this more like a warning, than a positive thing.

jbverschoor

2020-12-17
So instead they’re doing 1st party taking, which I think is not allowed.

SamuelAdams

2020-12-17
Shoutout to the extension "I don't care about cookies" that removes all these banners automatically.

[1]: https://www.i-dont-care-about-cookies.eu/

[2]: https://addons.mozilla.org/en-US/firefox/addon/i-dont-care-a...

[3]: https://chrome.google.com/webstore/detail/i-dont-care-about-...

soheil

2020-12-17
I really don't care about cookies when visiting any website, I have a residential IP address tracking me using this is pretty much equivalent to having a cookie, yet I'm forced to accept a cookie which has near zero effect on my privacy all the while not being under the jurisdiction of EU laws regardless.

This is part of the web, when creating legislation that attempts to block/censor or circumvent technology that is already widely used it's in the highest degree repressive and when there are good intentions behind those laws it's just plain dumb.

I wonder how better EU tax payer money would have been used if they were spent on advocating a change to the browser vendors/W3C instead of on law makers exerting their power way beyond their rein.

What is the best Chrome ext to auto accept cookies?

GordonS

2020-12-17
ePrivacy document WP224 ("Opinion 9/2014 on the application of Directive 2002/58/EC to device fingerprinting") specifically discusses the use of fingerprinting and IP addresses for first-party analytics and states:

"However, the Opinion also stated that currently there is no exemption to consent for cookies that are strictly limited to first party anonymised and aggregated statistical purposes. Therefore, first-party website analytics through device fingerprinting do not fall under the exemption defined in CRITERION A or B and consent of the user is required."

This seems quite clear that consent is required for any form of analytics where you can identify individual users.

Another commenter here mentioned that GitHub is only tracking individuals for 24 hours before the fingerprint changes. I would think that would probably qualify as being in the spirit of the ePrivacy directive, if not the letter of it.

Would be great if someone from GitHub could comment on the above? How are you handling this - do you maybe get consent as part of the terms you agree to when you signup? (which would mean not tracking anonymous users).

thatguyagain

2020-12-17
Thank you, EU for setting _any_ kind of bar! <3

jpswade

2020-12-17
Finally, I've been saying this for years, glad to hear that people are finally acting on this. Great news.

enriquto

2020-12-17
Unless this is accompanied by actual technical detail, it sounds like they just re-labelled all cookies as "essential" and called it a day.

syastrov

2020-12-17
Sorry, but why is GitHub’s blog on HN 3 times today?

colesantiago

2020-12-17
GitHub, please remove server side / backend tracking as well, I did not consent to be tracked by your backend systems.

jinzo

2020-12-17
I know this will probably get buried, but from what I read and understand you still need to notify your users that you are using essential cookies and provide a list of what cookies are essential, why they are essential and what's the TTL? You do not need consent or button click, but there has to be a notification?

pantalaimon

2020-12-17
Teams has so many bugs and crashes, I'm flabbergasted how Microsoft can deliver something like that.

Especially given that they have shown that they are capable of delivering a good experience based on the Electron platform with VSCode.

My only explanation would be that it was cobbled together by interns, never meant for public release, then some project manager discovered it and said "Ship it!".

smhg

2020-12-17
Since many comments are already a mix-up of "Cookie Law" and "GDPR" (2 separate EU directives) related to Google Analytics, I'll also throw in this bit:

Google Analytics offers an `anonymizeIp` setting [0] to tell it to not store IP addresses of your users. This might be a good default in light of GDPR.

[0] https://developers.google.com/analytics/devguides/collection...

1vuio0pswjnm7

2020-12-17
Of all websites using cookie banners, how many require Javascript to be enabled for the cookie banner to display. How many require CSS for the cookie banner to display.

etaioinshrdlu

2020-12-17
Here's a cookie set in my browser from github in a fresh browser: Cookie:

_gh_sess=eAAHHEQEjZlQKwq8kaSMpTeHC7tyMGwhVexbpZMVfDbjWCf764z4UMG7S%2FeLZpE0ML5y8%2FnmSEd2ZhiDLBHlZyA08Dj8cGob%2BGXSbGSjztMyc5pdd8uxj8qgxc78SHYw01E6pnOnWHRo7XoeTjKje%2FktOx5wObpjZj8JhfOnngdIlhfxSc1EctIth6RDFIsr2HPw9pbDczMfDwwKuswMrkMIt1JEOglF2L%2BxAdscMjeuXu2zFei58AR%2FwRQ%2FGgY3RbQigWt2w%2BKHDIY7a6pISw%3D%3D--H9M6LNV7YPDc1Dvm--vbgFN9CpCkCxTdfhdlvJkg%3D%3D; _octo=GH1.1.770191202.1608243985; logged_in=no; tz=America%2FLos_Angeles

This could easily be used for tracking on the backend... It would be better to not store a large opaque string.

fareesh

2020-12-17
Is it true that you only need the banner for non essential cookies? I thought you need one regardless.

martin-adams

2020-12-17
Prior to the GDPR making this law, Silktide, the creator of a popular cookie banner software, got fed up, removed the banners and asked the ICO to sue them.

The ICO responded. They said that they accomplished the goal of bringing awareness to cookies and it’s usage.

https://nocookielaw.com/

tecnocriollo

2020-12-17
Very nice!!! Thanks Github!

luord

2020-12-17
I have zero interest in adding analytics to any site or application I might create in the future and, of course, I also don't want to bother future users with what would be pointless pop-ups. I thought that doing what github did would be enough, but now I'm not so sure because of one thing and some comments I saw here that might be related to that.

I would still like to improve any application I might create depending on how it's being used (to know what features to improve, which ones could potentially be removed or changed, etcetera). Keeping logs of this kind of usage would still go against the GDPR? I thought that it wouldn't as long as it was aggregated data without using any of the users' personal information. But some comments here have led me to believe that it would go against the GDPR regardless because it would still mean separating unique users.

Hoping someone more familiar with the law sees this comment. I mean, I can think of multiple ways to aggregate that data, even with unique users, without using personally identifying information, but I'm not sure anymore if that's enough.

dirkt

2020-12-17
> At GitHub, we want to protect developer privacy, and we find cookie banners quite irritating, so we decided to look for a solution. After a brief search, we found one: just don’t use any non-essential cookies. Pretty simple, really.

Now if that realization just would dawn on other websites as well...

smcleod

2020-12-17
They still have tracking javascript though:

uBlock Origin has prevented the following page from loading:

https://stats.wp.com/e-202051.js

Because of the following filter:

||stats.wp.com^

Found in: Peter Lowe’s Ad and tracking server list • MVPS HOSTS • Dan Pollock’s hosts file • EasyPrivacy

tylermenezes

2020-12-17
One of my favorite things about GitHub making this announcement is that GitHub's corporate overlord Microsoft requires us, as a vendor, to put a cookie banner on our websites even though for a while we literally had no cookies at all.

jugg1es

2020-12-17
I guess this means that M$ is no longer a valid criticism.

hgald

2020-12-17
I think the Snowden leaks have showed that privacy is dead and has been for sometime. I’m not sure why you all seem to care? The only choice is do you want the government to have a monopoly over data or have private corporations profit while providing services. Genuinely curious why people are against anonymized tracking.

natfriedman

2020-12-17
(GitHub CEO)

Hi everyone, thanks for all the enthusiasm about this change. We are happy to have removed cookie banners from GitHub, and not to participate in third-party tracking of user behavior.

Our privacy policies and subprocessor list will be updated next week following our customary 30 day user notice period. We do this in the open in a pull request, so you can see the changes now:

https://github.com/github/site-policy/pull/336

gullevek

2020-12-17
Without the LAW we still would have those cookies.

And github wants us to look at them with big eyes who amazing they are.

There should have never been any other cookies first hand.

The end.

jonny383

2020-12-17
Is there a Chrome or Firefox add-on to completely strip the cringe worthy emojis?

Yaggo

2020-12-17
I wish browsers had built-in mechanism for showing the cookie banners. After all, cookies are just an HTTP header sent from server and it's up to the user-agent to handle it.

There could be a standard header such as cookie-privacy-policy which would point to url containing the policy in standadrd format (html?) and the browser could show it in standard way (by user's settings). Personally I would be happy with just a little "privacy policy" icon in url bar, similar to https lock icon and reader view icon (in Safari).

arkh

2020-12-17
> so we decided to look for a solution. After a brief search, we found one: just don’t use any non-essential cookies. Pretty simple, really

Many people told you so. Remove third party scripts and cookies and suddenly things become easy.

Cyber_squad

2020-12-17
Hope more company decide to go full cookieless!

oldkn

2020-12-17
Wait, GDPR only applies to third party cookies? Surely companies can just do the same tracking from their own domain.

krick

2020-12-17
Huh, so the EU cookie-law wasn't completely useless after all.

WhyNotHugo

2020-12-17
Visiting https://github.com on a clean browser profile results in these cookies being set:

    _gh_sess "2RS32uKu1a6pH8js1RreBWXcr4EdQMHXr/6PdyOeH7tgLbeIdxTaYni5fcFWff4wXTvqv8+lSeJ2W0RWHu0hgN4toFeR8B22x/HGuIx6gdIi4dvd2xQ4gtnuvhBVLTwnYjNGNcnT7ODFlerX+Li9HL33KXUvP/LDMlXTxCP+sJycF1x83Wqh8r2JFTGpcKgaQ22maisp6gfNVJI6MLnFQrKu/LxnuuMfPcVHzCEBjxDejJ/19ucDUVGnZ5LwP4JGTp1+RumiuA8MPxUTaktbLg==--TmIIVNRcipKqc2yt--6HedWH9JiNkUgNKKyGf30A=="
    _octo "GH1.1.1254465225.1608314039"
    logged_in "no"
The article is written in a way that we assume that they're not using any cookies unless necessary, but it seems that the actual implication is that they've re-categorised these cookies as "essential".