WordPress.com Stats Breaks HTTPS
-
WordPress.com stats plugin breaks SSL now. The problem is quantcast code (IMHO not very cool since there could be privacy implications on some sites).
Regardless this breaks SSL since it uses HTTP regardless of protocol.
It does:
document.write(unescape("%3Cscript src='https://edge.quantserve.com/quant.js...
when it should be something like:
document.write(unescape("%3Cscript src=') + document.location.protocol+unescape("//edge.quantserve.com/quant.js...
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress.com Stats Breaks HTTPS’ is closed to new replies.