Security Level for Local File in Internet Explorer

Part of the application is located inside the local html file containing the Java applet. Whenever I try to access, a security panel appears to ask me if I want to execute this content.

I omitted all security settings (Internet, local and trusted zones), but it seems that local files (executable from c: \ myapp \ main.html) live in their own "secret" zone.

I can’t even add the file to trusted sites because ":" is not considered a valid char in the dialog box.

How can i do this? How can I stop the security panel to display this file?

Many thanks!

+3
source share
3 answers

, HTML.

, ( ) -.

, "localhost" ( " (https:) " ).

, , .

, .

+2

" " , , "" " ". ,

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet \\0

, ,

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0

DWORD "". 47 ( ) " " . Flags 21 ( ) " " .

http://surfthenetsafely.com/ieseczone3.htm

10, "2".

+3

GDR . -, , :

(1) - (2) (3) - HTML

, GDR .

( , ) , , . , , , , JavaScript, Internet Explorer, IE ADO, Access.

Microsoft , , , ( ) - " ", , -, , Windows 7.

"My Computer" security zone

People should be warned about the risks of this procedure, but not in the dark to meet any corporate goal Microsoft may have, or simply because someone wants an inexpensive means of warning that they belong to a tribe of experts . Waving your finger and saying β€œdon't do this” is the cheapest way to deal with such an alarm. This does not contribute to the information ecosystem. This decision is crucial for my specific business requirement (one shoe size is not suitable for everyone).

0
source

All Articles