]> git.evergreen-ils.org Git - Evergreen.git/commit
lp1466201 Disable Google Analytics in the staff client
authorKathy Lussier <klussier@masslnc.org>
Fri, 10 Jul 2015 03:23:08 +0000 (23:23 -0400)
committerBen Shum <bshum@biblio.org>
Tue, 28 Jul 2015 20:35:19 +0000 (16:35 -0400)
commit8a103910aab22302528dcdea1b3b42e315f6558a
treefd300b45ea5e43c85f16b51b7e8bade2fcb2e4fa
parentea55537955c4f632615f9104d53ed76f4a6a0263
lp1466201 Disable Google Analytics in the staff client

As Galen Charlton noted in bug 1452883, "I suggest disabling Google Analytics
outright in the staff client; there's far too much potential for leaking patron
information." This branch aims to do so.

Test plan: Enable Google Analytics in config.tt2. Access the catalog in the
staff client. Click Debug to view the source code. Pre-patch, you'll see
the Google Analytics javascript within the head element. Post-patch, that
javascript will be gone. Viewing the source of a catalog page in a browser
should continue to show the Google Analytics javascript within the head element.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/base.tt2