# The No Containers Recipe # # This recipe demonstrates how to block downloading of container files # such as .rar and .zip files. # Instructions # ------------ # 1. Save this file to your Desktop as no-containers.txt. # # 2. Start a terminal window (Finder > Utilities > Terminal). See # http://www.pluckeye.net/how-to-open-a-console-window.html for more # detailed instructions on how to do that if you need more help. # # 3. In the terminal, type the following (without the leading '#' # characters). # # cat $HOME/Desktop/no-containers.txt | pluck import - # # (end of instructions) # ------------ Deny application/java-archive Deny application/rar Deny application/vnd.xara Deny application/x-7z-compressed Deny application/x-ace-compressed Deny application/x-cfs-compressed Deny application/x-cpio Deny application/x-gtar Deny application/x-gtar-compressed Deny application/x-iso9660-image Deny application/x-rar-compressed Deny application/x-xz Deny application/zip