Safari auto open some files while not auto-unzipping zip,tar,tar.gz
I need .ica files to auto-open while not auto-uncompressing others. Seems as if the .plist isn't fully functional? autoopen of .ica files works, but I can't get Safari to stop uncompressing .zip files.
Unchecking the "safe" box isn't going to work as it ignores the .ica files.
What am I missing here? (everything is patched, including the latest Safari)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com-PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSRiskCategorySafe</key>
<dict>
<key>LSRiskCategoryExtensions</key>
<array>
<string>ica</string>
</array>
</dict>
<key>LSRiskCategoryMayContainUnsafeExecutable</key>
<dict>
<key>LSRiskCategoryExtensions</key>
<array>
<string>zip</string>
<string>tar</string>
<string>gz</string>
</array>
</dict>
</dict>
</plist>
MacBook Pro 15″, macOS 10.15