Q
|
Can I detect if a security setting is set to 'Prompt'?
|
A
|
Although BrowserHawk can detect whether many security features are enabled or disabled, it is not possible to detect whether the security settings are set to 'Prompt'.
For cases where the user has security set to Prompt, BrowserHawk detects whether the user accepted when prompted.
For example, if the user has JavaScript set to Prompt, and they answered Yes when prompted to accept JavaScript, then the JavaScriptEnabled property will be True. Likewise if they answered No the JavaScriptEnabled property will be False.
|