Pull the session cookie properly

This commit is contained in:
Owen
2026-08-02 12:12:48 -04:00
parent f7689b7a5a
commit 1a644b131d
2 changed files with 129 additions and 4 deletions
+3 -1
View File
@@ -222,7 +222,9 @@ export async function verifyResourceSession(
}
const { blockAccess, mode } = resource;
const dontStripSession = ["ssh", "rdp", "vnc"].includes(mode);
const dontStripSession = ["ssh", "rdp", "vnc", "inference"].includes(
mode
);
if (blockAccess) {
logger.debug("Resource blocked", host);