I am using Deezer Javascript SDK and downloading it over https.
<script src="https://cdns-files.deezer.com/js/min/dz.js"></script>
But as of today, Chrome and Firefox have problems because the Deezer SDK is loading multiple script over https and Chrome rejected as untrustworthy content.
Chrome console:
Mixed Content: A page with 'https: // ....' was loaded over HTTPS, but requested an insecure script ' http://www.deezer.com/js_trad-v00340851.php?l=cs . This request has been blocked; the content must be transferred over HTTPS. playerBB.php: 1 Mixed content: A page with 'https: // ....' was loaded over HTTPS, but requested an insecure script ' http://cdn-files.deezer.com/js/min/core-v00340851. js . This request has been blocked; the content must be transferred over HTTPS. playerBB.php: 1 Mixed content: The page in "..." was loaded over HTTPS but requested an insecure script ' http://cdn-files.deezer.com/js/min/live-v00340851.js ". This request blocked; content must be transferred over HTTPS.
javascript
deezer
user2700047
source
to share