mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
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:
@@ -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()}';
|
||||
|
||||
Reference in New Issue
Block a user