insecure sources
-
Hello,
I have the following issue:
In the address line is a red marking with the reference: This page tries to load scripts from insecure sources.
When I examine the site, I find the statement:
Mixed Content: The page at ‘https://www.garten-pflanzen.info/’ was loaded over HTTPS, but requested an insecure script ‘https://platform.twitter.com/widgets.js’. This request has been blocked; the content must be served over HTTPS.
In the Sources is shown a file called Index with this script
<script type=”text/javascript” src=”https://platform.twitter.com/widgets.js”></script>
<script type=”text/javascript”>
(function() {
var po = document.createElement(‘script’); po.type = ‘text/javascript’; po.async = true;
po.src = ‘https://apis.google.com/js/plusone.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(po, s);
})();
</script>How can I modify this script? Thank you in advance.
Best regards
Volkmar NeumannThe page I need help with: [log in to see the link]
- The topic ‘insecure sources’ is closed to new replies.