[wp-meta] [Making WordPress.org] #268: Update Quantcast script to support https without SSL erros
Making WordPress.org
noreply at wordpress.org
Tue Jan 7 11:58:53 UTC 2014
#268: Update Quantcast script to support https without SSL erros
--------------------+---------------------
Reporter: ocean90 | Owner:
Type: defect | Status: new
Priority: normal | Component: General
Keywords: |
--------------------+---------------------
Reported by [https://make.wordpress.org/core/2014/01/06/lots-of-
improvements-to-core-trac/#comment-12290 Mike].
The new code block:
{{{
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = document.createElement('script');
elem.src = (document.location.protocol == "https:" ? "https://secure" :
"http://edge")
+ ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
</script>
}}}
Source: [https://www.quantcast.com/help/using-the-quantcast-asynchronous-
tag/ Using the Quantcast Asynchronous Tag]
--
Ticket URL: <http://meta.trac.wordpress.org/ticket/268>
Making WordPress.org <http://meta.trac.wordpress.org/>
WordPress blogging software
More information about the wp-meta
mailing list