Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Allow pixels on c.secure pageviews.
Browse files Browse the repository at this point in the history
The pixel system is now HTTPS-ready so we can use pixels safely on
c.secure requests.
  • Loading branch information
spladug committed Sep 23, 2013
1 parent e535646 commit 3c9810f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/templates/base.html
Expand Up @@ -83,7 +83,7 @@
</%def>

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

0 comments on commit 3c9810f

Please sign in to comment.