Windows – Force Chrome to always load ‘unsafe scripts’

google-chromewindows

I've followed the solution here – How to allow Chrome (browser) to load insecure content? – but Chrome continues to complain that "This page is trying to load scripts from unauthenticated sources", requiring me to load the scripts manually, refresh the page and go through this process each time I access the page (or similar pages).

Is there some other way I can disable this aspect of Chrome?

Best Answer

Change your Chrome shortcut to this:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-running-insecure-content

Another site showed the command parameter inside the quotes; that is wrong. It must be outside the quotes just like above. I am using it now to play Farmville, which was what was giving me a problem in Chrome.

Related Question