Force IE to open local files in the Intranet zone / trusted sites

3

1

Is there a way to add all local files (C:\... or file://) to Trusted sites or to be recognized as from the Intranet zone? Inetrnet Explorer (11 if that matters) treats them as being in the Internet zone for which I want to keep Protected mode turned on but that causes various issues to the site I'm trying to debug locally.

There is a trick with adding

<!-- saved from url=(0014)about:internet -->

to the HTML file but it would be hugely inconvenient to do that for every local file. Is there a better way? Possibly some wildcard path to add to Trusted sites or something like that?

Borek Bernard

Posted 2013-11-14T22:10:10.600

Reputation: 11 400

Question was closed 2014-04-09T13:06:46.967

Though not a perfect way, you can also try lowering the default security settings http://mvark.blogspot.in/2008/12/how-to-avoid-ie-information-bar-during.html

– mvark – 2013-11-16T12:17:29.850

Turning off protected mode works, however, I'd like to find a setup where it can be left turned on and still be able to debug Flash contents locally. – Borek Bernard – 2013-11-16T17:51:33.413

Answers

2

  1. Go into your IE settings (click the gear in the upper right).
  2. Select 'Internet Options'
  3. Select the 'Advanced' tab
  4. Begin typing the word 'security' and it will automatically move your cursor along to the right section ('sec' should be enough to get you there). Alternatively, scroll down to the 'Security' section, though typing is quicker.
  5. Check the box for 'Allow active content to run files on My Computer'
  6. Restart your machine

denmch

Posted 2013-11-14T22:10:10.600

Reputation: 151

I have that checkbox ticked and still need to turn off Protected mode for my Flex app to display correctly. – Borek Bernard – 2013-11-15T10:05:23.230