tnx guys, nice mod!
it doesn't mention in the opening post, but there are some more steps to take after updating your files.
****
2. To enforce it for server scripts, add the following to an .htaccess file in your home directory:
SetEnvIf Cookie "eu-opt-in=1" opted_in
Header always unset Set-Cookie env=!opted_in
3. To enforce it for client scripts (javascript), modify your code from (example):
document.cookie = mycookiestring;
To:
if(HI.optInCookies.allowed()) document.cookie = mycookiestring;
****
I'm not very good at this stuff, so can anyone tell me if step 3 is necessary and where to update my files? I'm running VB 4.
|