Determine if any of the given abilities should be denied for the current user.
bool denies(String ability) { return !allows(ability); }