invidious/config
Samantaz Fox 82ac9a8609
Preferences: Add option to control preloading of video data (#4122)
This PR adds a configuration option to control the preloading of video data on
page load with the HTML5 'preload'[1] attribute on the `<video>` element.

The option is enabled by default, meaning that the `preload` attribute's value
will be 'auto'. If users want to prevent preloading of video data, they
can disable the option, which will set the attribute value to 'none'.

[1](https://www.w3schools.com/tags/att_video_preload.asp)

Closes issue 4110
2024-10-08 17:38:06 +02:00
..
migrate-scripts variable postgres username and database name (#2451) 2021-10-11 19:16:56 +00:00
sql Specify the public schema for public videos 2022-01-22 02:32:13 +00:00
config.example.yml Preferences: Add option to control preloading of video data (#4122) 2024-10-08 17:38:06 +02:00