From 17b8289f87bddd333a263accdfa0b99b260a2f60 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Fri, 27 Sep 2024 16:38:26 +0200 Subject: [PATCH] Temporarly remove .m3u8 from gziping --- http/server.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/server.go b/http/server.go index 3c322255..8f5c2ae1 100644 --- a/http/server.go +++ b/http/server.go @@ -380,8 +380,8 @@ func NewServer(config Config) (serverhandler.Server, error) { "text/html", "text/javascript", "application/json", - "application/x-mpegurl", - "application/vnd.apple.mpegurl", + //"application/x-mpegurl", + //"application/vnd.apple.mpegurl", "image/svg+xml", }