Comment 3 for bug 1454520

Revision history for this message
Daniel Holbach (dholbach) wrote :

<dholbach> Mixed Content: The page at 'https://developer.ubuntu.com/en/snappy/' was loaded over HTTPS, but requested an insecure script 'http://yui.yahooapis.com/combo?gallery-2014.02.20-23-55/build/gallery-carou…o-queue-min.js&3.15.0/dump/dump-min.js&3.15.0/json-parse/json-parse-min.js'. This request has been blocked; the content must be served over HTTPS.
<ant> so YUI does not support https loading from there api site
 the developer team will need to pull the code local to the site and load it via https
 otherwise use the one loaded from assets
 you can find that one from the source of www.ubuntu.com
 dholbach, https://assets.ubuntu.com/sites/ubuntu/latest/u/js/plugins/yui-combined.min.js
<dholbach> ok, thanks