Stopping the “Are you sure you want to open it?” dialog
If you’re an OS X Leopard user then you’ve no doubt encountered a dialog similar to this one from time to time:
This means that the file is “quarantined”; it happens whenever you first try to open a file you downloaded via your Web browser.
Generally speaking, this is a good thing, as it makes you think twice about opening something that may potentially be malware. However, if you’re downloading a lot of files that you know to be kosher then it can get quite annoying.
Fortunately, there are ways to disable the quarantine dialog, so that downloaded files open without needing confirmation. I found a good solution over at The Pug Automatic blog – this is basically a short AppleScript that you attach to your Downloads folder as a folder action. Then, whenever a new file is added to the Downloads folder, it’s automatically un-quarantined. Neat.
September 21st, 2008 at 4:12 am
I suppose the next thing you’ll recommend is replacing a household fuse with a penny. In either case “No Thanks!”.
September 21st, 2008 at 3:06 pm
I suppose for special cases this is useful, but for the vast majority of us the normal operation is the best one.
September 21st, 2008 at 5:25 pm
It isn’t a hindrance really, and might help in the future. For an advanced user, turning it off is fine. But otherwise its not as annoying like, lets say, the UAC?
September 22nd, 2008 at 12:25 am
Nearly all the software I use is downloaded, so I get the dialog for any new version or bug fix– Maybe a better solution is to make ‘white list’ of sites that are safe for downloaded applications. If you’re downloading software from some site for the first time, then a warning is entirely appropriate.
September 24th, 2008 at 11:09 am
Yeah, generally it’s a good security feature, but if you’re downloading a lot of files and you know what you’re doing then it’s a pain…
January 25th, 2009 at 3:49 am
This is perhaps the single worst and by far the most annoying feature added to Leopard that isn’t in Tiger.
-Give me 1 example of an unsafe file that damaged your system?
-They could have a least given a user the option to easily disable that warning.
– How many times do you just download random files anyways? And how many times do you download something for the sake of never opening it? The warning is useless – and I’d expect Apple to implement something more intelligent that only warns if a file is suspect – but still leave the option to disable.
February 7th, 2009 at 8:29 am
I find this feature very inconvenient, as it forces me to ok every php, html, jhtml file that I edit, and I download and edit tens, sometimes hundreds of files daily, clicking ok button for each downloaded file in an annoyance, it needs to be an option, at least an option where I am allowed to turn this off based on file extension, or default application, as all of these files I set to open in textwrangler.
February 22nd, 2009 at 9:27 pm
Christ, this isn’t an option somewhere?
Sigh.
August 27th, 2009 at 5:25 am
Try removing /Library/Internet Plug-Ins/VerifiedDownloadPlugin.plugin (preferably moving it to another directory rather than deleting it outright).
September 6th, 2009 at 12:50 pm
@Phoenix: That sounds promising – thanks for the tip! (Although it might be a security risk apparently: http://www.macosxhints.com/article.php?story=2009081808315511)