Beta Testers Needed | CookieCommons
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Beta Testers Needed | CookieCommons
The UK recently (within the past year) have implemented a new law to do with cookies, and declaring that you are using cookies.
An easy way to comply with this law is to setup an alert, saying you use cookies. However, this isn't useful or practical.
So we have come together and built a service which requires you only include a single line of JavaScript into your page, and it will do it for you.
If the user has previously agreed to cookies, then it will never show again (unless cookies get cleared, since we store this data via cookies), however if you say no, then you will be asked each and every time you come across this code.
The idea is that multiple websites will use the same code, which will then allow then to comply with the law, and not pester their users over and over again.
I know that myself, I am getting rather annoyed with seeing different messages on multiple websites, when I accept it once, it should allow me to accept on them all.
So, We have created that. And it is ready for testing, so I ask you to please go and visit our website, and try it out.
Any feedback will be greatly appreciated.
Thank you
http://cookiecommons.com
An easy way to comply with this law is to setup an alert, saying you use cookies. However, this isn't useful or practical.
So we have come together and built a service which requires you only include a single line of JavaScript into your page, and it will do it for you.
If the user has previously agreed to cookies, then it will never show again (unless cookies get cleared, since we store this data via cookies), however if you say no, then you will be asked each and every time you come across this code.
The idea is that multiple websites will use the same code, which will then allow then to comply with the law, and not pester their users over and over again.
I know that myself, I am getting rather annoyed with seeing different messages on multiple websites, when I accept it once, it should allow me to accept on them all.
So, We have created that. And it is ready for testing, so I ask you to please go and visit our website, and try it out.
Any feedback will be greatly appreciated.
Thank you
http://cookiecommons.com
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
Seemsl ike a good idea.
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
Thank youEcazS wrote:Seemsl ike a good idea.
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
The law is that the user has to agree to cookies from the specific website they have already agreed to cookies in general in their browser settings window. Also I think it only covers personal information, so if you just use the session id in the cookie you are still fine.
Re: Beta Testers Needed | CookieCommons
I believe this is correct, they only have to agree to use cookies if it's using personal information.jacek wrote:The law is that the user has to agree to cookies from the specific website they have already agreed to cookies in general in their browser settings window. Also I think it only covers personal information, so if you just use the session id in the cookie you are still fine.
I am unclear about this though, since you're storing something on their computer they may have to agree to that also.
Re: Beta Testers Needed | CookieCommons
I honestly don't care that much a 32 character random string is not something everyone needs to know I'm storing.EcazS wrote:I believe this is correct, they only have to agree to use cookies if it's using personal information.
Re: Beta Testers Needed | CookieCommons
From http://www.ico.gov.uk/for_organisations ... okies.aspx
This law is ridiculous anyway, everyone has a choice in their browser settings !
That covers the php session ID so I'm safeExemptions from the right to refuse a cookie
The Regulations specify that service providers should not have to provide the information and obtain consent where that device is to be used:
for the sole purpose of carrying out or facilitating the transmission of a communication over an electronic communications network; or
where such storage or access is strictly necessary to provide an information society service requested by the subscriber or user.
This law is ridiculous anyway, everyone has a choice in their browser settings !
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
Indeed it is. However, this script is a safe-haven to ensure that you comply.jacek wrote:From http://www.ico.gov.uk/for_organisations ... okies.aspx
That covers the php session ID so I'm safeExemptions from the right to refuse a cookie
The Regulations specify that service providers should not have to provide the information and obtain consent where that device is to be used:
for the sole purpose of carrying out or facilitating the transmission of a communication over an electronic communications network; or
where such storage or access is strictly necessary to provide an information society service requested by the subscriber or user.
This law is ridiculous anyway, everyone has a choice in their browser settings !
if they refuse, you can still set cookies, sicne they have been warned, it just means they will see the warning every single time.
Also, please could you implement it anyway, for beta purposes?
Thanks.
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
Making the confirmation a bit pointlessbowersbros wrote:if they refuse, you can still set cookies, sicne they have been warned, it just means they will see the warning every single time.
I tested it locally and it seemed to work, not sure I like you adding a stylesheet to the body tag though since that makes the page invalid.bowersbros wrote:Also, please could you implement it anyway, for beta purposes?
I still think the law says that the warning and confirmation has to be per-werbsite not just a general one ?
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
It doesn't specify.jacek wrote:Making the confirmation a bit pointlessbowersbros wrote:if they refuse, you can still set cookies, sicne they have been warned, it just means they will see the warning every single time.
I tested it locally and it seemed to work, not sure I like you adding a stylesheet to the body tag though since that makes the page invalid.bowersbros wrote:Also, please could you implement it anyway, for beta purposes?
I still think the law says that the warning and confirmation has to be per-werbsite not just a general one ?
Also, We have changed it so it should be in the head tag, so try it again maybe?
Also, the law only states that they have to be told, not that they have to disable cookies if the person doesn't want it.
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
Still seems to workbowersbros wrote:Also, We have changed it so it should be in the head tag, so try it again maybe?
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
what do you mean by wokr?jacek wrote:Still seems to workbowersbros wrote:Also, We have changed it so it should be in the head tag, so try it again maybe?
are the link tags in the head or body for you?
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
Ah goodjacek wrote:The head now And I mean I got the box appearing
It is for a hackathon. Hope people like it.
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
A whitelist of themes would not hurt http://cookiecommons.com/cc.js?template ... HHHHHHHHHH
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
The white list is on the website, click advanced and click a button, and we generate the code for you.jacek wrote:A whitelist of themes would not hurt http://cookiecommons.com/cc.js?template ... HHHHHHHHHH
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
But I can still mess with the script there. See the linkbowersbros wrote:The white list is on the website, click advanced and click a button, and we generate the code for you.
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
That just makes the script do nothing. Which if you edit it manually, to a value that isn't set, is sort of to be expected.
What return were you expecting by adding an invalid template?
A default colour?
What return were you expecting by adding an invalid template?
A default colour?
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
That's what I would have it dobowersbros wrote:What return were you expecting by adding an invalid template?
A default colour?
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: Beta Testers Needed | CookieCommons
Okay, i'll get it to default to gray later then.jacek wrote:That's what I would have it dobowersbros wrote:What return were you expecting by adding an invalid template?
A default colour?
Our idea behind not doing that, was that if somebody manually changes the template, then if it fucks up, its their fault.
Since our website generates the code needed for each colour depending on which you choose; any alteration on that is a colour that doesn't exist for our system currently.
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: Beta Testers Needed | CookieCommons
True, but looking from the point of someone trying to exploit the system. Finding that they can enter any value in the theme field might make them dig deeper instead of giving up.bowersbros wrote:Our idea behind not doing that, was that if somebody manually changes the template, then if it fucks up, its their fault.