How to disable “Security Alert” window in Webbrowser control

前端 未结 5 1342
北海茫月
北海茫月 2020-12-01 15:02

I\'m using Webbrowser control to login to HTTPS site with \"untrusted certificate\". but I get popup such standart window \"Security Alert\" about untrusted certificate:

5条回答
  •  抹茶落季
    2020-12-01 15:31

    When I set the WebBrowser.ScriptErrorsSuppressed property to false, I do not get these popups anymore

提交回复
热议问题