[Feature] Disable Context Menu: Videos/Photo can be downloaded from the browser context menu when the download option is disabled. #15093
Replies: 2 comments 2 replies
-
The displayed image is a thumbnail version, without any metadata etc. Letting people view media without being able to capture it at all is a losing battle that isn't worth engaging in. |
Beta Was this translation helpful? Give feedback.
-
I came here to discuss the copy button that still appears on shared links, even when the “Allow Downloads” toggle is turned off. Since this thread already touches on related concerns, I figured I’d add my perspective. I fully understand that it's impossible to completely prevent all ways of saving photos. Once an image is visible, someone who is determined will always find a way. But removing the copy button in the UI would go a long way to discourage casual saving, especially for less tech-savvy users. For example, my mom wouldn’t know how to take a screenshot or open a browser context menu, but she would absolutely tap a visible copy button. I figure turning off downloads should ideally mean no obvious save mechanisms in the viewer. Otherwise, it undermines the intent of the setting. There’s no point in disabling downloads if a copy button is still there. This isn’t about trying to lock things down entirely, just about creating small hurdles to make it more difficult. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
If you share a photo or video from a link or album and disable the download option, visitors can easily download the assets using the copy option (button on the upper right of the asset viewer) or the browser context menu.
For videos, the download feature is also active through the native video controls.
I suggest adding the following attributes for videos: controlsList="nodownload" oncontextmenu="return false;"
And for photos: oncontextmenu="return false;"
I think this is very important to make it difficult to download and share content published in a private environment.
You should also consider preventing screenshots in your applications, as Google has done.
Thanks for reading
Platform
Beta Was this translation helpful? Give feedback.
All reactions