packages/fxa-customs-server/lib/block_reasons.js (5 lines of code) (raw):

/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ module.exports = { IP_IN_BLOCKLIST: 'ip_in_blocklist', IP_BAD_REPUTATION: 'ip_reputation_too_low', // IP, Email, or IPEmail record blocks or rate limits the action OTHER: 'other', };