After disabling the full image view, I refreshed the URL of the full view of a gallery image. The image was still served. For security reasons, shouldn't a 404 error or access denied message be displayed when a user requests the full view of an image, when the full view option is disabled?
Comments
I do not have the full view cache option enabled, and the album folder is not web-accessible, so I'm not mistaking this for the direct image URL of the image in the album folder.
I'll create a ticket, but wanted to be sure this indeed the case first.
You need to have your album outside the webpath ("external") for zenphoto to give you the protection you want.
@zenPhotoCharles - my album is indeed outside the web path, so this isn't a case of bypassing.
I found that no comparison check for "No access" seems to be made in full_image.php - I created a ticket: http://www.zenphoto.org/trac/ticket/1483
I did put a few lines of code in that ticket to handle this scenario.