Photo security and the share button
tfboy
Registered Users Posts: 74 Big grins
Apologies if this is resolved elsewhere, I wasn't able to find the answer...
Up till now, I've used CSS to hide the button when not logged in:
This works as planned; when I'm logged in, I see the share button, when I'm not, I don't
However, it does mean that someone who's curious can delete that line of CSS using webdev for example and hey presto, the share button appears.
Now if I go to customise the gallery and disable the share button, of course it never appears. This is more secure, and even if I do a .loggedIn .share_button {display:block !important;} it still doesn't show up.
Problem is, it's still hidden even when I'm logged in.
So in short, there's no way of having a share button for admins and not having it for visitors in a way that's safe and secure. Seems a bit of a shortcoming.
In my opinion, I'd still want to see the share button appear when logged in, and use the easy share on/off in gallery customisation toggle whether it appears for visitors or not.
Should I put this in as a feature request or is there a secure way of having share button appear when logged on and hidden when visitors are viewing? :ear:ear:ear
Up till now, I've used CSS to hide the button when not logged in:
.share_button {display: none;} .loggedIn .share_button {display:block; display:-moz-inline-box; display:inline-block;}
This works as planned; when I'm logged in, I see the share button, when I'm not, I don't
However, it does mean that someone who's curious can delete that line of CSS using webdev for example and hey presto, the share button appears.
Now if I go to customise the gallery and disable the share button, of course it never appears. This is more secure, and even if I do a .loggedIn .share_button {display:block !important;} it still doesn't show up.
Problem is, it's still hidden even when I'm logged in.
So in short, there's no way of having a share button for admins and not having it for visitors in a way that's safe and secure. Seems a bit of a shortcoming.
In my opinion, I'd still want to see the share button appear when logged in, and use the easy share on/off in gallery customisation toggle whether it appears for visitors or not.
Should I put this in as a feature request or is there a secure way of having share button appear when logged on and hidden when visitors are viewing? :ear:ear:ear
0
Comments
The share button just makes this easier, that's all.
Portfolio • Workshops • Facebook • Twitter
I'd just would have thought that the easyshare option if set to "no" would still be worthwhile displayed when logged in.
In a nutshell, whether you're logged in or not doesn't disable any of the features, right click protect still works, just like hiding the share button still is hidden.
Nevermind, just hopeful thinking on my side
Smugsite: http://photos.xavimages.co.uk - Blogsite: http://www.xavimages.co.uk
See http://blogs.smugmug.com/pros/2008/07/04/right-click-protection-and-image-security/.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Portfolio • Workshops • Facebook • Twitter
In any case, I agree with Denise and Andy. Right-click protection can be bypassed in seconds by anyone who understands how URLs are constructed on Smugmug (which takes minutes to learn), so it is only a mild deterrent at best and is not real security. Real security comes from limiting the max display size and from passwords or appropriately done watermarks.
The Share button is merely a shortcut to construct a direct URL to an image, but anyone can do it manually so hiding the Share button is not providing any security either (it's just removing the easiest way). Hiding the Share button is analogous to removing the walkway to your front door. It makes it slightly less obvious where the front door is, but if someone sees the front door and it's not locked, they can still come right in even though you removed the walkway. If you want security, you have to lock the door.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question