Page 1 of 1

scripts from unauthenticated sources” Google Chrome error

Posted: Fri May 17, 2019 9:52 pm
by derold
WB12

I am getting this error (This page is trying to load scripts from unauthenticated sources” Google Chrome error)
Has something to do with ssl http and https .

Re: scripts from unauthenticated sources” Google Chrome error

Posted: Fri May 17, 2019 10:07 pm
by BaconFries
Has something to do with ssl http and https
Yes, if you have installed a ssl certificate then this usually means that you are running scripts that are using http:// instead of https://. You should ensure that all scripts, files and any external links such as YouTube videos use https:// instead of http:// Note this is unrelated to the use of the program.

Re: scripts from unauthenticated sources” Google Chrome error

Posted: Fri May 17, 2019 10:53 pm
by derold
WB12

I used settings in tools/Options/html/web fonts/use google fonts for non web-safe fonts.
That's when I get that error.
So I changed it to ('Use @font-face for non-websafe fonts') and all is good!

Re: scripts from unauthenticated sources” Google Chrome error

Posted: Sat May 18, 2019 6:30 am
by Pablo
If you have the latest update then links to external resources like Google Fonts and YouTube are 'https' by default.

Re: scripts from unauthenticated sources” Google Chrome error

Posted: Sun May 19, 2019 4:10 pm
by derold
WB12

OK Thanks!