Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Browsers / Internet Explorer / March 2004



Tip: Looking for answers? Try searching our database.

About security

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tumurbaatar S. - 02 Mar 2004 04:20 GMT
Is it safe to add 'localhost' to a Trusted sites list?
Tumurbaatar S. - 02 Mar 2004 04:28 GMT
Sorry, I'm mistaken.
The question is:
What security setting belongs to "file://" url?
Internet, Local or Trusted?

> Is it safe to add 'localhost' to a Trusted sites list?
Joe Fawcett - 03 Mar 2004 14:57 GMT
> Sorry, I'm mistaken.
> The question is:
> What security setting belongs to "file://" url?
> Internet, Local or Trusted?

probably "My computer". Try this from Michael Harris, save it a .vbs file:

'=====================================================
'Exposes the "My Computer" Internet Zone on the
'Internet Options | Security tab to allow custom
'settings for local HTML files...
'
'See the following MS KB article...
'
' Description of Internet Explorer Security Zones Registry Entries
' http://support.microsoft.com/support/kb/articles/q182/5/69.asp
'
'In general, there's a "My Computer" security zone that is
'normally not displayed by IE in the Security dialog.
'This KB article explains the various registry keys and
'named values that have to do with IE security.
'
'=====================================================

set shell = createobject("wscript.shell")
'=====
'Changing this under the HKLM makes it effective for all users
'at next logon...
'=====
HKLM_MyComputer_key =
"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\"
valuename = "Flags"
shell.RegWrite HKLM_MyComputer_key & valuename, 1, "REG_DWORD"
'=====
'Changing this under the HKCU makes it effective for this user
'immediately and at every logon...
'=====
HKCU_MyComputer_key =
"HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0\"
valuename = "Flags"
shell.RegWrite HKCU_MyComputer_key & valuename, 1, "REG_DWORD"

msgbox "The 'My Computer' security zone is now visible in the IE security
dialog."

wscript.quit

'**********************End of file

Signature

Joe

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.