-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
5.0
Currently, when you record an audio or video clip using the Tiny RecordRTC buttons, anyone can download your file (though the ease of this changes by browser.
We propose adding a setting to disable the 'easy' AV clip download.
So, especially for this ticket, we need to do some actions below for the new TinyMCE editor
- New option under the 'Attach recording' button to allow or disallow clip download:
- "Allow clip download" checkbox.
- Help text: "Unticking this option means that the AV clip should not be downloadable via the browser media player menu, via the context menu, or display the download icon. However, it cannot be guaranteed that determined users cannot access and download the file by other means."
- This option controls the availability of the browser media bar 'download' menu/options and download icon.
Obviously, we know that we can't stop this from happening, but we can make it slightly more difficult to download
Currently, the interface (for a video) looks like this after the recording has been made, but before it is attached:
The simplest solution for both audio and video recording interfaces is to add a checkbox, which is auto-selected by default, labeled "Allow clip download.". This allows the clip to be downloaded via the browser media players and the 'download' icon that we're adding/have added
If unticked, then we need WebRTC to forbid the browser from allowing the download of the file, and that 'download' icon should not display.
Back to the new text: the help text would say something like: "Unticking this option means that the AV clip should not be downloadable via the browser media player menu, via the context menu, or display the download icon. However, it cannot be guaranteed that determined users cannot access and download the file by other means."
(There's probably an accessibility requirement for a text description field that needs adding for attaching videos this way too).