Skip to content

A small thing-a-ma-bob that contains JSON lists for words to whitelist and blacklist. I'll be using it in my Laravel Word / Profanity Filter Package ((https://github.com/JoshuaBedford/laravel-word-filter).

License

Notifications You must be signed in to change notification settings

JoshuaBedford/filter-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acceptable-words

A JSON array of words that contain profanity and other such words that are normally prohibited. For use in filters to whitelist certain words that would otherwise be blocked.

Whitelist

This is a JSON array of words that are probably fine, but might get blocked by a filter that looks at partial words, such as the validator extension of my Laravel Word Filter package. I use it for usernames.

Blacklist

This is a JSON array of words and phrases that should not be allowed. I borrowed/stole/based it off of zacanger/profane-words

About

A small thing-a-ma-bob that contains JSON lists for words to whitelist and blacklist. I'll be using it in my Laravel Word / Profanity Filter Package ((https://github.com/JoshuaBedford/laravel-word-filter).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published