How to force load insecure content on IE

oortcloud_domicile picture oortcloud_domicile · May 22, 2014 · Viewed 19.8k times · Source

I want to force-load insecure content on IE. I do not want the user prompt to display insecure items or not. Is it possible to do that programatically through Javascript or some sort of header that browser understands?

I am working in IE browser.

Answer

user3661580 picture user3661580 · May 22, 2014

Internet Explorer, with default settings, will prompt you before displaying mixed secure and insecure content. To disable this feature, follow these steps:

  1. From the Tools pull-down menu, select Internet Options

  2. In the Internet Options dialog box, click on the Security tab

  3. Click the Custom Level button near the bottom of the dialog box

  4. In the Settings dialog box, scroll through the settings until you find the setting Display mixed content in the Miscellaneous section.

  5. Change the default setting from Prompt to Enable

  6. Click OK

  7. Close the Internet Options dialog box by clicking OK