justsoft / video_thumbnail

This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
MIT License
185 stars 273 forks source link

ThumbnailPlugin: setDataSource prints the video url unsafe for disabling external access #20

Closed ArjunNagraj closed 4 years ago

ArjunNagraj commented 4 years ago

The setDataSource method....prints the video url. This is unsafe since anyone can now get access to the video url and download the video. This needs to be commented or a parameter set to display this Print.

justsoft commented 4 years ago

Thanks for pointing this out, updated.

ArjunNagraj commented 4 years ago

Thanks for pointing this out, updated.

No worries. Thanks for the plugin :). Cheers.