Earlier quoted context omitted.
This law aims to protect users from being tracked across multiple websites. There are exceptions in place and most websites would not need to display any message, unless they are in fact helping track their users. If they include services like Google analytics they should absolutely display the message.
It almost sounds like the law is too weak. Despite all the cookie notices I've seen, I never knew they were only asking permission to track me across sites. If that's what the law is for, then perhaps the warnings need to be even more obtrusive to deter sites from doing such tracking.
Prebake: Block EU Cookie Notices with Adblock
41–50 of 82 posts
Re: Prebake: Block EU Cookie Notices with Adblock
#42Earlier quoted context omitted.
Frankly, the requirement of notice could (and should) be pushed on to user agents – not sites. For one, it would help standardize both the user experience of notices – and leave the UX of website specific notices alone – but also it would improve the current state of things where many (most?) sites in the EU simply don't care or know about the legislation. The last thing we need is more cruft sent across the wire.
Couldn't agree more with this. The fact that the cookie law is forced on websites is absolutely idiotic. The browsers know what cookies are being set.
Re: Prebake: Block EU Cookie Notices with Adblock
#43Well, this is just funny. Or sad, depending on how you look at it. Personally, I'm annoyed by the cookie messages, but the law is supposed to help people. Blocking (or auto-accepting) them is basically saying we don't give a shit about this law :-)
Cookies are integral to the operation of every modern website. They offer security in the form of features like csrf protection or maintaining login state between visits. There is sufficient protection for cookies in the form of encryption and a laundry list of further details which have been added over the years. There are far larger security related concerns on the web. The cookie warnings are on par with if you ha…
Don't use GA and you don't need to show it. Your login cookies etc and anything "essential to the operation of the website" are all explicitly excluded.
The law is absurd, but it's not braindead.
Re: Prebake: Block EU Cookie Notices with Adblock
#44Earlier quoted context omitted.
No, I can see that you are not familiar with the law, I don't blame you because nobody is, since it's incredibly vague about when applies and AFAIK nobody has yet been fined. There are hundreds of companies doing wrong things, no doubt. The "millions" are collateral damage.
I am basing my statements on http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm (the chapter EU legislation on cookies). According to this guide, the following cokies are exempt from consent: user-input (forms, shopping carts), authentication (for the session), user-centric security, multimedia player, ui customization, social network for logged in members. Seems quite straightforward and fair.
And there is plenty of legitimate usages that are not whitelisted. The most notorious is non-shared traffic analysis. Meaning what basic google-analytics offers and half of the internet uses. There is absolutely nothing wrong with knowing how many unique visitors you got today, and everyone with a website wants to know that.
Re: Prebake: Block EU Cookie Notices with Adblock
#45Earlier quoted context omitted.
I think law is fine and there should be only a handful of sites in the Internet that would need such warnings. Problem is the abuse of technology to track users.
Even assuming that law was necessary (debatable), the idiotic thing was asking millions of websites to do this, instead of automatically in a handful of browsers. Not to mention absurdities like the fact that you need cookies to remember that the user doesn't want cookies, or even worse: https://twitter.com/jgrahamc/status/633551359774691328
Re: Prebake: Block EU Cookie Notices with Adblock
#46Earlier quoted context omitted.
Even assuming that law was necessary (debatable), the idiotic thing was asking millions of websites to do this, instead of automatically in a handful of browsers. Not to mention absurdities like the fact that you need cookies to remember that the user doesn't want cookies, or even worse: https://twitter.com/jgrahamc/status/633551359774691328
Thanks, I don't want people who make these stupid laws instead regulate how my browser behaves.
Re: Prebake: Block EU Cookie Notices with Adblock
#47This is great not just from a user's perspective, also the fact that it exists helps pointing out the stupidity of the law.
I think law is fine and there should be only a handful of sites in the Internet that would need such warnings. Problem is the abuse of technology to track users.
I acknowledge some benefits of this law, but I vehemently oppose it from the perspective of freedom of speech. I know it's an american innovation, but I think other countries should adopt the same principle that code (and algorithms/protocols) should be considered protected speech. I don't like this law because it interferes with http protocol by dictating how the protocol should be used. EU should not curtail the speech of W3C and of any users of their protocol. If you created a popular protocol then other entities shouldn't suddenly and arbitrarily start dictating how users of your protocol should now use it.
EU should either create their own version of http or create their own client for http, which would be relatively cheap as they would only have to fork firefox or chromium and add sandboxing bound to domanins. Some infrastructure is already there with sandboxing in the form of incognito/private window, it only needs to be extended so that each domain is automatically in its own sandbox instead of just websites you open in incognito window.
Re: Prebake: Block EU Cookie Notices with Adblock
#48This whole thing is ridiculous. While adding these widgets to blocking filters seems like a workable short-term solution, the entire cookie notice scheme is unworkable in the long run. The problem is, this crap will stack up in the future, and none of it will ever get abolished. On some sites, I get a triple-stacked legalese warning banner, and I have to manually close all three of them. Since internet law will only…
Frankly, the requirement of notice could (and should) be pushed on to user agents – not sites. For one, it would help standardize both the user experience of notices – and leave the UX of website specific notices alone – but also it would improve the current state of things where many (most?) sites in the EU simply don't care or know about the legislation. The last thing we need is more cruft sent across the wire.
Re: Prebake: Block EU Cookie Notices with Adblock
#49Earlier quoted context omitted.
> to standardize a modern authentication system separate from cookies why? Then ads will use that "new" thing as well. Cookies are enough for authentication.
The point would be that you would have to authenticate before being tracked. Today disabling cookies will break login function of a lot of sites. I'm unfortunately short on time, but you should be able to find a discussion about this around HTTP/2.
Re: Prebake: Block EU Cookie Notices with Adblock
#50This is great not just from a user's perspective, also the fact that it exists helps pointing out the stupidity of the law.