From a72a9d5c2caf96d804082f55a8a20bb2a2afc33f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 14 Jul 2024 00:21:05 +0200 Subject: [PATCH] Appease the linter --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 55793b8..489e718 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,7 @@ location __PATH__/ { # Disable a specific header for compatability with LG TV app # Fixes https://github.com/YunoHost-Apps/jellyfin_ynh/issues/125 if ($http_user_agent ~ Web0S) { - more_set_headers X-Frame-Options : ""; + more_set_headers "X-Frame-Options : "; } # Disable buffering when the nginx proxy gets very resource heavy upon streaming