mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Omit tracking pixel on secure .compact pages.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
%endif
|
||||
%endif
|
||||
%if g.tracker_url and thing.site_tracking:
|
||||
%if g.tracker_url and thing.site_tracking and not c.secure:
|
||||
<img alt="" src="${tracking.UserInfo.gen_url()}"/>
|
||||
%endif
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user