Omit tracking pixel on secure .compact pages.

This commit is contained in:
Max Goodman
2011-10-06 08:59:35 -07:00
parent d6d1887ac4
commit 3752c677ca

View File

@@ -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>