From 966756f5f1979736d8a64b5534218fc8353cd664 Mon Sep 17 00:00:00 2001 From: Josh Parnham Date: Thu, 16 Aug 2012 20:15:34 +1000 Subject: =?UTF-8?q?.osx:=20Prevent=20Safari=20from=20opening=20=E2=80=98sa?= =?UTF-8?q?fe=E2=80=99=20files=20automatically=20after=20downloading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref. #123. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index d516256..0c605e2 100755 --- a/.osx +++ b/.osx @@ -337,6 +337,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0 # Set Safari’s home page to `about:blank` for faster loading defaults write com.apple.Safari HomePage -string "about:blank" +# Prevent Safari from opening ‘safe’ files automatically after downloading +defaults write com.apple.Safari AutoOpenSafeDownloads -bool false + # Allow hitting the Backspace key to go to the previous page in history defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool true -- cgit v1.2.3