NikkelM / Random-YouTube-Video

A browser extension that allows you to truly randomly shuffle videos from any YouTube channel, offering many customization options.
https://chromewebstore.google.com/detail/random-youtube-video/kijgnjhogkjodpakfmhgleobifempckf
GNU Lesser General Public License v3.0
17 stars 3 forks source link

[Database] Grant `delete` permissions to remove deleted videos #199

Closed NikkelM closed 10 months ago

NikkelM commented 1 year ago

We currently only grant update permissions, but with the way it is used internally, it is essentially a delete permission. It would be optimal if the delete permission would be constricted to keys within the videos object of a playlist, to prevent the removal of higher-level objects.

NikkelM commented 1 year ago

Is this still necessary with the database structure?