Security Settings Do Not Allow Download

When you try to download any program from trusted sources, Internet Explorer might still give you a security alert saying “Your current security settings do not. SOLVED: Current Security Settings Do Not Allow This File to Be Downloaded If the issue is with your Computer or a Laptop you should try using Reimage Plus which can scan the repositories and replace corrupt and missing files. Group Policy Setting of the Week 18 – Allow file download (Internet Explorer) Alan Burchill 14 Comments This weeks setting is one that you would use if you are in an environment that you want a very high level of security (e.g. Kiosk computers).

  1. Your Current Security Settings Do Not Allow Download Server 2008
  2. Ie Security Settings Preventing Download
  3. Windows Security Settings Do Not Allow Download

I’m using wpf WebBrowser control (System.Windows.Controls) and I need to prevent users from performing various actions like downloading files or printing pages. I have disabled file download option in Internet Explorer options (Security tab -> Custom Level -> Downloads -> File Download). Because of that, after clicking let’s say on a pdf link, instead of a file download popup I get a popup with such a message:'Your current security settings do not allow this file to be downloaded'.

Is there a way to prevent this message from occurring? I just want no action to be performed from a user perspective. I use IE10.

aligator

Your Current Security Settings Do Not Allow Download Server 2008

aligatoraligator

1 Answer

Security Settings Do Not Allow Download

WPF WebBrowser is very a limited (yet inextensible, sealed) wrapper around WebBrowser ActiveX control. Fortunately, there's a hack we can use to obtain the underlying ActiveX object (note this may change in the future versions of .NET). Here's how to block a file download:

XAML:

Ie Security Settings Preventing Download

noserationoseratio
Security Settings Do Not Allow Download

Windows Security Settings Do Not Allow Download

Not the answer you're looking for? Browse other questions tagged c#wpfwebbrowser-controlinternet-explorer-10 or ask your own question.