removing gzip on meu8 and mpd files , to accomodate Access-Control-Allow-Origin "*"

This commit is contained in:
Devdatt Bhatt 2026-05-11 19:08:26 +00:00
parent 121e43397c
commit 4c847a59c3
2 changed files with 1 additions and 13 deletions

View File

@ -114,18 +114,6 @@ server {
try_files $uri =404; try_files $uri =404;
} }
# =========================
# gzip only manifests
# =========================
location ~* \.(m3u8|mpd)$ {
gzip on;
gzip_types
application/vnd.apple.mpegurl
application/dash+xml;
}
# ========================= # =========================
# Security # Security
# ========================= # =========================

View File

@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/ */
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$version = "12.24"; $version = "12.25";
function fail(string $msg): never function fail(string $msg): never
{ {