Sep 242014
 

Ajoutez dans le vcl_recv :

if (req.http.cookie) {
       set req.http.Cookie = regsuball(req.http.Cookie, "__utm.=[^;]+(; )?", "");
       set req.http.Cookie = regsuball(req.http.Cookie, "_gat?=[^;]+(; )?", "");
       if (req.http.Cookie ~ "^$") {
              unset req.http.cookie;
       }
}

Maj 24/09/2014 : Ajout d’une règle pour les nouveaux cookies Universal Analytics

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre lang="" line="" escaped="" cssfile="">

(required)

(required)

Spam protection by WP Captcha-Free