Hello, I use Adam Lock's Mozilla Control together with Delphi6. I use it to provide a surfing-only-browser. Therefore I want to prevent users from _downloading_ any file whatsoever (or, worse, running it using a helper application).
Is there any way to intervene before the download-dialog is being displayed and to prevent the download before it begins? I do not want to use BeforeNavigate2 to filter by URL because this would not be reliable enough (php/cgi scripts could provide malicious content, and i obviously can't filter all *.php URLs). Being able to intervene in each and every HTTP-request the browser sends would be even better, but blocking downloads is most important for me right now. Does anybody know a way to accomplish that? If not, are there any plans to provide such an event in the near future? Thanks in advance, S. _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
