From 54037404b892333c6f2d5e207475c604d747fe5e Mon Sep 17 00:00:00 2001 From: Andrei Hudalla <46633092+paranoidPhantom@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:31:05 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20add=20x-client-info=20(CORS=20+=20WS?= =?UTF-8?q?=20=F0=9F=98=AD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 8136d15..29f6d3e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -51,7 +51,7 @@ http { add_header Access-Control-Allow-Origin $http_origin; add_header 'Access-Control-Allow-Credentials' 'true'; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; - add_header 'Access-Control-Allow-Headers' 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type'; + add_header 'Access-Control-Allow-Headers' 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type, X-Client-Info'; return 204; # No Content }