Proper Name is a Craft CMS plugin intended to reduce liability and improve SEO by preventing biased (gender, ethnicity...), copyrighted (shutterstock, getty...) and other non desired naming.
composer require leowebguy/proper-nameOn your Control Panel, go to Settings → Plugins → "Proper Name" → Install
Set words that you would prefer NOT to be used in assets naming.
If you have Codeception already setup, use the following command to symlink the plugin test file vendor/leowebguy/proper-name/tests/unit/ProperNameTest.php into tests/unit/ folder.
ln -s ../../vendor/leowebguy/proper-name/tests/unit/ProperNameTest.php ./tests/unit/ProperNameTest.php;Then run php vendor/bin/codecept run unit from your root


