c++ - SiteLock implementation for trusted site zone -


i have added sitelock 1.15 mechanism activex - want restrict loading , running activex sites not in "trusted sites zone".

i have added following map:

const struct iobjectsafetysitelock::sitelist myclass::rgsltrustedsites[2] = {  { sitelist::allow, l"http", sitelock_trusted_zone },  { sitelist::allow, l"https", sitelock_trusted_zone } }; 

but when run sitelist.exe provided sitelock 1.15 sdk,

i'm getting:

version: 1.21 features:  uses ioleobject instead of iobjectwithsite   allow http://(all sites in intranet zone)   allow https://(all sites in intranet zone) 

shouldn't "all sites in trusted sites zone ?

thanks


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -