Skip to content

Commit

Permalink
Respect AAO rule #17 (#5084)
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzatron committed Apr 12, 2023
1 parent 678b5e2 commit 783a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity-service/src/utils/antiAbuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const models = require('../models')
const aaoEndpoint =
config.get('aaoEndpoint') || 'https://antiabuseoracle.audius.co'

const allowRules = new Set([14])
const allowRules = new Set([14, 17])
const blockRelayAbuseErrorCodes = new Set([0, 8, 10, 13, 15])
const blockNotificationsErrorCodes = new Set([7, 9])
const blockEmailsErrorCodes = new Set([0, 1, 2, 3, 4, 8, 10, 13, 15])
Expand Down

0 comments on commit 783a756

Please sign in to comment.