The blacklist system prevents users from including prohibited words, contact details, or phone numbers in text they submit to the platform. Rules are configured at Influenzic → Settings → Security → Blacklist.
Rule Groups
Five independent groups can each have their own word list, scope, action, and error message:
| Group | Type | Option Key Prefix |
|---|---|---|
| Contact info | Word/phrase list | inzc_bl_contact_ |
| Payment details | Word/phrase list | inzc_bl_payment_ |
| Profanity | Word/phrase list | inzc_bl_profanity_ |
| Custom | Word/phrase list | inzc_bl_custom_ |
| Phone numbers | Regex patterns | inzc_bl_phone_ |
Each group has four option keys: {prefix}words, {prefix}scope, {prefix}action, and {prefix}error. Enter one word/phrase or regex pattern per line.
Scopes
A rule only applies when the submission type matches one of the group’s selected scopes:
chat_messages— direct messages between usersapplication_notes— influencer application proposalsnegotiation_notes— negotiation counter-offer messagesuser_bios— influencer and brand profile bioscampaign_description— campaign brief textreview_comments— post-project star-rating comments
Actions
| Action | Enforcement |
|---|---|
block |
Server-side. REST endpoint returns HTTP 422 with the group’s custom error message. Submission is rejected. |
warn |
Client-side only. The UI shows a warning but the server accepts the content. |