Profanity
brainCloud’s Profanity Filter API allows apps to validate the contents of user-supplied data. The APIs may be called client-side or from Cloud Code.
The Profanity Filter API is an abstract API that is implemented via integration with an external provider. This API is currently supported by the WebPurify Integration, which requires a separate WebPurify account, and can be configured via the Manage Integrations page of the brainCloud portal.
Pro-tip: Profanity filtering can be added post-release (without client changes) to an app via the pre- API Hooks feature of brainCloud.
📄️ ProfanityCheck
Checks supplied text for profanity.
📄️ ProfanityIdentifyBadWords
Checks supplied text for profanity and returns a list of bad words.
📄️ ProfanityReplaceText
Replaces the characters of profanity text with a passed character(s).