This plugin gives several limitations on allowed keywords for YOURLS. Right now, there are 3 limitations that are already implemented:
- Limit keyword length as provided in https://github.com/adigitalife/yourls-limit-keyword-length
- Limit usage of blacklisted keywords
- Limit usage of keywords by using RegEx
- Copy the 'keyword-check' folder to user/plugins/.
- If needed, there is a dictionary that can be modified as needed in plugin.php file:
- $kwlist is a dictionary for blacklisted keywords.
- Activate the plugin in the YOURLS admin interface.
- Voila!
- Now maximum keyword length can be edited via administration page.
- We face spam problems with repeated keywords. That's why default blacklisted keywords may seems chaotic.
- This plugin is still under development. Adding dictionary editor to the admin page is the one that we are trying to implement right now.