Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 12:35:54 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40281 - head/en_US.ISO8859-1/htdocs/layout/js
Message-ID:  <201212061235.qB6CZsd3043625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Dec  6 12:35:53 2012
New Revision: 40281
URL: http://svnweb.freebsd.org/changeset/doc/40281

Log:
  Anonymize the last octet of the IP address.  This is a tradeoff of
  privacy vs geo-ip accuracy.
  
  Approved by:	bcr, jkois (mentors, implicit)

Modified:
  head/en_US.ISO8859-1/htdocs/layout/js/google.js

Modified: head/en_US.ISO8859-1/htdocs/layout/js/google.js
==============================================================================
--- head/en_US.ISO8859-1/htdocs/layout/js/google.js	Wed Dec  5 22:44:17 2012	(r40280)
+++ head/en_US.ISO8859-1/htdocs/layout/js/google.js	Thu Dec  6 12:35:53 2012	(r40281)
@@ -27,6 +27,8 @@ if (enable_ga && allow_track && fbsdrege
 	_gaq.push(['_setAccount', 'UA-22767463-1']);
 	_gaq.push(['_setDomainName', 'freebsd.org']);
 	_gaq.push(['_setAllowHash', false]);
+	_gaq.push (['_gat._anonymizeIp']);
+
 	/*
 	 * If we ever want to track sites other than FreeBSD.org,
 	 * uncomment the next line.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212061235.qB6CZsd3043625>