From b24cd75a9e1ccb93df766223c33a17d1664245f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 16 Jun 2026 06:41:14 +0400 Subject: [PATCH] =?UTF-8?q?v0.5.143:=20split=20=D0=BF=D0=BE=20/=20=D1=82?= =?UTF-8?q?=D0=BE=D0=B6=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2/src/impersonation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/src/impersonation/index.js b/v2/src/impersonation/index.js index 31851bf..37b3b6d 100644 --- a/v2/src/impersonation/index.js +++ b/v2/src/impersonation/index.js @@ -16,7 +16,7 @@ const ALLOWED_USERS = new Set( (process.env.IMP_ALLOWED || '') - .split(/[\s,]+/).map(s => s.trim()).filter(Boolean) + .split(/[\s,/]+/).map(s => s.trim()).filter(Boolean) ); function enhanceImpersonation(req, res, next) {