We'll create fresh WordPress site with Hotlink File Prevention installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Hotlink File Prevention (HFP) offers simple hotlink protection that can be turned on/off for individual files in the WordPress media library.
“Hotlinking” is when a file, such as an image or PDF, is linked to from another website or entered manually in a web browser’s location bar. HFP only allows your file to be viewed on your website.
Hotlink protection is provided via .htaccess
rules in the wp-content/uploads
directory.
Once the HFP plugin is activated, you will have two new features in the media library:
Any asset that is checked will have “Yes” displayed in the “Hotlink Prevention” column; otherwise, this column will be blank.
When you use the “Open in new tab” option for links, WordPress adds rel="noreferrer"
, which effectively makes the link act like direct access, and the link will be blocked for files protected using HFP.