Skip to content

Commit

Permalink
Skip firing a tracking pixel if we're on a secure domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Jun 1, 2011
1 parent c6f0b6f commit f99959c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/templates/base.html
Expand Up @@ -90,7 +90,7 @@
</%def>

<%def name="head()">
%if g.tracker_url and thing.site_tracking:
%if g.tracker_url and thing.site_tracking and not c.secure:
<script type="text/javascript">
(function() {
var url = '${UserInfo.gen_url()}';
Expand Down

0 comments on commit f99959c

Please sign in to comment.