Re: Reusing WB versus script blockers



"Igor Tandetnik" <itandetnik@xxxxxxxx> wrote in message
news:Om1yrllzFHA.3180@xxxxxxxxxxxxxxxxxxxxxxx
> "He Shiming" <mailbill(NOSPAM)@21cn.com.nospam> wrote in message
> news:e3uQOaizFHA.2312@xxxxxxxxxxxxxxxxxxxx
>> I've created this program which relies heavily on the WebBrowser
>> control. The program is a COM server that interacts with the HTML
>> pages through javascripts. It requires ActiveX scripting capabilities
>> to be enabled. Default security settings (Medium) in the Internet
>> Zone will work okay, but high level security settings won't.
>
> Implement IInternetSecurityManager, and you can determine your own
> security levels for any content. See
>
> http://msdn.microsoft.com/workshop/security/szone/overview/overview.asp
>
> "Creating a Customized URL Security Manager" section.
> --
> With best wishes,
> Igor Tandetnik
>

Dear Igor,

Thanks for the answer. Now I understand that I can programmatically "map
URLs to zone" thru IInternetSecuirtyManager::SetZoneMapping. However, is it
a global setting? I wish that it could be lock to certain processes. It can
cause problems if it's global. For instance, my program launches, and it
maps "about:blank" to trusted site zone. Since it's a global setting, when
the user opens the Internet Explorer, with homepage set to about:blank, this
will be a trusted site. He navigates to other URLs, he'll see the warning
that he's leaving the trusted zone. Even worse, I think some anti-virus
program may disallow such navigation.

Any suggestions?

Best regards,
He Shiming


.



Relevant Pages

  • Re: Internet Explorer hangs before WU page loads
    ... I should have been more clear; v5 also crashes the browser window. ... status bar. ... > zone icon in the Status bar, ... > If you change your Security settings to all Prompts be prepared ...
    (microsoft.public.windowsupdate)
  • Re: IE7, New User on Terminal Server
    ... When you create a new user on the TS, the profile is being created with more restrictive security settings than what the existing accounts have. ... This can cause a mapped drive to be considered in the Internet zone when accessed from 2003 whereas it is considered in the Local intranet zone under XP. ... If after verifying that the share is running in the correct zone you still are unable to run the program, check the security settings for the zone. ...
    (microsoft.public.windows.terminal_services)
  • RE: ACCDE File VBA not working
    ... Have you enabled the code first? ... In other words have you set the trusted site ... security settings, found by clicking the Windows Globe at the top left hand ... Kindest Regards Mike B ...
    (microsoft.public.access.security)
  • Re: Internet Explorer hangs before WU page loads
    ... > the status bar. ... >> to as many Prompts as possible. ... >> zone icon in the Status bar, ... >> If you change your Security settings to all Prompts be prepared ...
    (microsoft.public.windowsupdate)
  • Re: IE 6 file protocol lockdown
    ... Zone Alarm Pro can block some types of files. ... There are some security settings that can block ... Check the Host file and see if it is in there. ... hijackers, Trojans or other types of malware, so you should go through the ...
    (microsoft.public.windows.inetexplorer.ie6.browser)

Loading