Skip to content

Commit

Permalink
.osx: Don’t enable “secure empty trash”
Browse files Browse the repository at this point in the history
This feature has been removed, sadly, so enabling has no effect anymore.

https://support.apple.com/en-us/HT205267#CVE-2015-5901

Closes mathiasbynens#596.
  • Loading branch information
kdeldycke authored and mathiasbynens committed Nov 3, 2015
1 parent cd88be0 commit 2a8a845
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,6 @@ defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv"
# Disable the warning before emptying the Trash
defaults write com.apple.finder WarnOnEmptyTrash -bool false

# Empty Trash securely by default
defaults write com.apple.finder EmptyTrashSecurely -bool true

# Enable AirDrop over Ethernet and on unsupported Macs running Lion
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true

Expand Down

0 comments on commit 2a8a845

Please sign in to comment.