![]() |
|
||||||||||||||||||||||||
This patch integrates a secure file handling system directly into the WebsiteBaker core. What this patch does: Introduces a /media/private/ folder: Any files placed in this directory are automatically protected from direct public access via an .htaccess file. Secure File Delivery: Files from the private folder are now served through a core script that checks if a backend user is properly authenticated. If not, access is denied. CKEditor Preview Fix: Crucially, this solution also fixes the thumbnail preview issue within the CKEditor's file browser. You can now see and select images from the protected /private/ folder seamlessly. This provides a secure, integrated way to manage sensitive files without needing to modify third-party addons. The patch is attached to this post. For detailed installation steps, please consult the README.txt file inside the ZIP archive. |
|||||||||||||||||||||||||