Chrome browser by default is blocking mixed content. How do I adjust my settings/configuration to allow mixed content without making any adjustments on the UI every time?
I have found two solutions but neither of them work:
- Several articles say you can adjust this under the Security sectionof "Under the Hood" in the Options. This option no longer seems toexist. There is no Under The Hood tab and there is no such dropdownto adjust how Chrome handles mixed content as far as I can tell.
- Another option is to add the
--allow-running-insecure-content
flagto your command line. I did this like so:"C:\ProgramFiles\Google\Chrome\Application\chrome.exe"--allow-running-insecure-content
. However this made no difference. If I tried adding the flag inside the double quotes, then Windowscomplains saying it is invalid.
So what option do I have now with the latest version of Chrome?