Configuration

Content Moderation & Blacklist

Keyword and regex rules that block or warn on prohibited content across user-generated text fields.

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 users
  • application_notes — influencer application proposals
  • negotiation_notes — negotiation counter-offer messages
  • user_bios — influencer and brand profile bios
  • campaign_description — campaign brief text
  • review_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.

Was this article helpful?