TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

YouTube storing cookies before you even give them permission to do so

25 点作者 sirfrankiecrisp超过 4 年前
Hello everyone,<p>I am not an expert in all things cookies and session data and all that stuff. But I have recently stumbled upon something that seems quite off... If I visit YouTube I get greeted with the choice to log in or not. If I click &quot;no thanks&quot;, I am prompted with a choice of either accepting Google using cookies or leave the website. In theory, my logic says that if I now leave the website, the next time I visit it, I should be greeted again with the same prompt since I have not accepted any cookie being stored. That does not happen. If I then take a look at the Session cookies that were stored, I see a Youtube cookie with the following information stored: CONSENT:&quot;YES+CH.en+V9+BX&quot;. I am not sure if this is the consent to them storing cookies or what, but only if I delete this cookies, I get prompted again to log in or accept the terms. Seems kind of weird that they store cookies before you accept them storing cookies...<p>Did I find something here or is it just how it works?<p>Thanks!

5 条评论

thedevindevops超过 4 年前
Sounds like that might fall under the Strictly necessary cookies category for which they are not required to obtain consent for.
评论 #25176927 未加载
评论 #25176925 未加载
idoh超过 4 年前
Under the hood (legally) there is no ban on cookies per se. It is rather on tracking of personally identifiable information. It is Ok to place a cookie without explicit permission if it tracks something that can be applied to a wide range of people, like a timezone or language perference, for example.
imglorp超过 4 年前
Google&#x2F;youtube has figured out my work and personal accounts are the same person. I always log in to those accounts from separate work and personal machines but I do forward some mails and calendar events sometimes.<p>You can tell it has you figured out when your Youtube recommendations on one box account begin to reflect the watch history on another account.
buremba超过 4 年前
That cookie doesn’t include any personal identifier so that’s OK.
评论 #25178050 未加载
Grollicus超过 4 年前
Assuming you&#x27;re living in the EU.<p>The cookie:<p>So on the one hand there&#x27;s the GDPR which deals with personal data (PII). As what they&#x27;re storing there does not seem to be PII and is not used for tracking you, it does not care.<p>On the other hand there&#x27;s the EU cookie directive. It is responsible for all the &quot;this website uses cookies&quot; banners from before the GDOR Consent popups. I&#x27;m not sure if it forbids storing any cookies wihtout consent but that&#x27;s a direction you might want to look at in more detail. <a href="https:&#x2F;&#x2F;www.privacypolicies.com&#x2F;blog&#x2F;eu-cookie-law&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.privacypolicies.com&#x2F;blog&#x2F;eu-cookie-law&#x2F;</a><p>Can&#x27;t say much about the consent form itself as I think the google consent form is especially weird as it&#x27;s not possible to deny them tracking and still use their site. I suspect there will be fines for that some time down the road, but there a probably a lot of smarter people than me looking at this so what do I know...
评论 #25178089 未加载
评论 #25177075 未加载