Virtualmin Analytics Quantcast and HTTPS

When using Virtualmin Analytics to add the quantcast code it does not take into account that if the site or part of the site is secure (running under https) that quantcast requires different code or else the site will have a security warning. This is due to the part of the code accessing quantcast's site at http rather than https.

Quant cast has code to allow https sites to not have security warnings and that code looks like this:

_qoptions={ldelim}
qacct:"QUANTCAST_ACCOUNT_HERE"
{rdelim};

Please incorporate the ability to use the secure version of the quantcast code for sites that have SSL certs installed.

Status: 
Active