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 section of "Under the Hood" in the Options. This option no longer seems to exist. There is no Under The Hood tab and there is no such dropdown to adjust how Chrome handles mixed content as far as I can tell.
- Another option is to add the
--allow-running-insecure-content
flag to your command line. I did this like so:"C:\Program Files\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 Windows complains saying it is invalid.
So what option do I have now with the latest version of Chrome?