Actions
Feature proposal #4236
closedUpgrade file field to restrict direct access to file paths using htaccess
Description
Currently if you know the exact path to a file you can directly open it. Htaccess protection should be added so direct access is impossible so only the system can send the file via php using headers.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Now creates an htaccess file to deny all access when uploading a file field.
Actions