I'm developing a Firefox add-on which does block the malicious URLs. The problem is that sometimes Firefox
render its own deceptive warning page and sometime it allows the extension to render its own warning page.
How can I bypass the deceptive page warning programmatically?
The above behaviour is working fine on Chrome.