alltube/classes/Controller
Kumi ac44c0e6cc
feat: embed base64 thumbnails in video objects
Embedded video thumbnails as base64 data URIs to enhance performance and ensure portability. Updated CSP to allow 'data:' sources for images, preventing CSP violations when rendering base64 images.

Addresses issues with missing thumbnails and enhances security settings.
2024-07-21 09:47:21 +02:00
..
BaseController.php Stronger typying now that we target PHP 7.4 2023-03-21 20:20:14 +01:00
DownloadController.php Merge tag '3.0.2' into develop 2022-02-27 12:34:23 +01:00
FrontController.php feat: embed base64 thumbnails in video objects 2024-07-21 09:47:21 +02:00
JsonController.php fixup! Prevent SSRF requests By validating the provided URL before passing it to youtube-dl 2022-02-27 23:36:51 +01:00