Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Media File Name Guess Preventer

Beschrijving

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.

Installatie

  1. Upload plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Media File Name Guess Preventer” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Changelog

1.0

  • Initial Version