Is an ePub file an executable file?
If I enable ePub uploads using one of these plugins, then also add Wordfence and check that setting?
I am hoping to get more understanding of this issue with further replies from folks here.
]]>.epub
files through code added to your theme’s functions.php
file (create a backup first!). Check the section titled “Other epub and mobi pit-falls to look out for” and the associated link as this may shed light on the issues surrounding allowing .epub
uploads. Also, the folks over at easydigitaldownloads may be able to offer some useful suggestions.
]]>
Since WP cannot know how people source epub files, for the sake of safety they are blacklisted by default. The ability for plugins to override this is an intentional provision to allow those that need the capability to still have it.
Woocommerce supports downloadable products. Such products do not need to be in the media library, they only need to be accessible by PHP. Thus epub files could be uploaded via FTP and sold through Woocommerce without the need for epub media upload capability through a plugin.
As long as the epub files are self created using established, reliable apps, and the resulting files cannot be subsequently manipulated by other parties, the files are completely safe to upload and to offer for downloading.
Disclaimer: I am not a security expert. While I’ve presented information to the best of my knowledge, there could be gaps in my knowledge of security issues that pertain to epub files.
]]>