Q
|
Can I detect if IE security settings are set to 'High'?
|
A
|
Yes. As of BrowserHawk 9.x there is a boolean property called HighSecurity. When IE is run in High security, this property is set to True. Otherwise it is set to False (and always set to False for non-IE browsers).
You can also control the high security message and link shown in the browser to user's with High security by using the HighSecurityLink and HighSecurityMessage properties. Note that you can also get fancy and return a complete web page through the HighSecurityMessage property if you so desire.
|