You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter should be smart enough to find profanity that uses 0 (zeros) to represent O's. 3's for e's, and whatever other character replacements are common for bypass filters like this.
The text was updated successfully, but these errors were encountered:
You're absolutely correct. That's why you can add your custom phrases to your json phrases file. For performance reasons, I'd prefer using array matching over tons of regex matching (but hey, that's just me). The implementation that I needed this for is an "opt in" filter. This means that in my particular application, there shouldn't be any "bypass" attempts.
Feel free to submit a pull request with the addition of regex matching. Just be sure to make it "optional" within the config.
The filter should be smart enough to find profanity that uses 0 (zeros) to represent O's. 3's for e's, and whatever other character replacements are common for bypass filters like this.
The text was updated successfully, but these errors were encountered: