Allow pixels on c.secure pageviews.

The pixel system is now HTTPS-ready so we can use pixels safely on
c.secure requests.
This commit is contained in:
Neil Williams
2013-09-18 14:46:48 -07:00
parent e535646372
commit 3c9810f80e

View File

@@ -83,7 +83,7 @@ reddit, reddit.com, vote, comment, submit
</%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()}';