Hi,
I have set up https only for admin tasks, but I have noticed the code generated by Wordfence to get live traffic info is using https too. Like that:
script type="text/javascript">var src="https://site1379293681.websiteseguro.com/Site/wordpress/wp-admin/admin-ajax.php?action=wordfence_logHuman&hid=CE34408FD3768FAC678EF15DF884D7D3"; if(window.location.protocol == "https:"){ src = src.replace("http:", "https:"); } var wfHTImg = new Image(); wfHTImg.src=src;</script>
I don't know if this behavior is by design, but I will have to disable "Live Traffic View" option in order to speed load page times.
I am wondering if I did something wrong or if I can fix it.
Take a look at http://www2.asbacsalvador.com.br/
wordfence 4.0.3
Thanks in advance