This happens when your page and remote resource are using different HTTP
protocols: one uses HTTP
and another uses HTTPS
.
The preferred way to include third-party scripts is this one:
<script src="//cdns-files.deezer.com/js/min/dz.js"></script>
Removing https:
or http:
tells browser to load the document using same protocol as current page. This should eliminate security warnings.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…