mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:05:56 +00:00
allow audio to be sent to client from the cache
This commit is contained in:
@@ -384,7 +384,7 @@ class DiskCache {
|
|||||||
$mimetype_blacklist = [ "image/svg+xml" ];
|
$mimetype_blacklist = [ "image/svg+xml" ];
|
||||||
|
|
||||||
/* only serve video and images */
|
/* only serve video and images */
|
||||||
if (!preg_match("/(image|video)\//", $mimetype) || in_array($mimetype, $mimetype_blacklist)) {
|
if (!preg_match("/(image|audio|video)\//", $mimetype) || in_array($mimetype, $mimetype_blacklist)) {
|
||||||
http_response_code(400);
|
http_response_code(400);
|
||||||
header("Content-type: text/plain");
|
header("Content-type: text/plain");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user