Missing protocol in script
-
The AddThis code puts a script into the page code that calls a JavaScript file without specifying the protocol:
<script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#pubid=galbaras"></script>
I think it should be:
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=galbaras"></script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Missing protocol in script’ is closed to new replies.