v0.5.143: split по / тоже

This commit is contained in:
2026-06-16 06:41:14 +04:00
parent df0dd73451
commit b24cd75a9e
+1 -1
View File
@@ -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) {