In my AddThis config settings 'Allow AddThis to use cookies' option is UNchecked.

But checking page cookies in Firefox's View Cookies extension shows that the 'atuvc' AddThis cookie is still being dropped.

The AddThis code needed to disable Cookies is:

<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_use_cookies = false;
</script> 

I don't see this or anything like it in my pages source code or in the 'addthis.module' file.

Comments

gisle’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This bug report is nearly 4 years old and is about an outdated version of the module and it looks like the 'Allow AddThis to use cookies' option is gone.