Hacker News new | ask | show | jobs
by ehamberg 4896 days ago
It does now:

    $ sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineAgentName from LSQuarantineEvent'|grep 'Google Chrome'|wc -l
          35
1 comments

But firefox doesn't seem to be in the list, though I am using the Firefox Nightly so that has something to do with it. I have Adium (lot of sparkle update checks), Chrome (just used for testing), iChat and a couple other random one-offs.
Firefox seems to be "blacklisted" by Apple, see /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist :

                <key>org.mozilla.firefox</key>
                <dict>
                        <key>LSFileQuarantineEnabled</key>
                        <true/>
Nightly is org.mozilla.nightly, so that explains the grandparent's behaviour differing, since the Apple blacklist does not include it.