Описание
WordPress upload file names can be quite predictable sometimes, especially if uploading from the same camera — DKIM1004 comes after DKIM1003. If not all of the content on your site is public, this can be a problem as people can snoop on your media folder by guessing file names.
This plugin prepends a short 8 character hash to the beginning of every uploaded file. For example, DKIM1004.jpg turns into 8df8078e-DKIM1004.jpg. The hash is not cryptographically secure and just makes it a bit more difficult to guess file names.
The plugin works on all upload file types and all sizes of a given image get the same prefix.
Установка
- Upload plugin folder to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Media File Name Guess Preventer» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Media File Name Guess Preventer» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
- Initial Version