Sometimes I come across an icon in the browser bar, stating that the page is trying to load scripts
from an unauthenticated source.
Why does this occur?
Sometimes I come across an icon in the browser bar, stating that the page is trying to load scripts
from an unauthenticated source.
Why does this occur?
This happens when the page is https and a http-only link is used in the script's src.
Example
Page Url:
https:\wwww.minhapagina.com.br
Script used:
<script src="http:\wwww.minhapagina.com.br\meuscript.js"></script>
Toloadthescript(googlechromeexample)
Toviewtheentirepage:
Iftheerrormentionsscripts,youcanseetheentirepagebyclickingLoadunsafescript.
Source: link