I am using a WPF C # WebBrowser control to navigate a local html file containing js and css file links, so when my application views this local file, I get a panel of security warnings if anyone can suggest how to disable it using c #? I know that I can disable it in IE settings and use a frame, but I do not want to use a frame because I want to have access to HTMLElements. any suggestions?
source
share