Firstly, thanks for making this module - looks like it may solve the problem for us...

Unfortunately your test site has already set 7 cookies before the user is offered the opt-out - I am pretty sure that this currently does not fulfil the requirements of the ICO:
Only local images are allowed.

Is there any chance of it stopping those being set first?

Thanks

Comments

ScarabMonkey’s picture

StatusFileSize
new16.38 KB
Miszel’s picture

As per description on the project page , this module does not intend to stop sites from setting cookies. Cookies that are set by websites will vary from website to website. What is more, the way cookies are set will vary too and hence it is impossible to create a generic module that would handle all that for all drupal websites.

This module, however, helps site owners to work towards compliance. Simply installing and configuring it may not make your site fully compliant but will certainly demonstrate to the regulator that you are working towards compliance.

To be fully compliant, you will have to audit all your cookies and amend your code if necessary. This module can help with that in the sense that it provides a javascript function that returns true if a visitor had accepted cookies and hence it can be used to conditionally set cookies.

Anonymous’s picture

Status: Active » Closed (works as designed)

Removed