From 150ad08c561b9de355545ff84ada39cd6d1cd8aa Mon Sep 17 00:00:00 2001 From: zefie Date: Sun, 23 Oct 2022 00:48:11 -0400 Subject: [PATCH] more fun with alpha --- .../ServiceVault/wtv-head-waiter/login-stage-two.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-head-waiter/login-stage-two.js b/zefie_wtvp_minisrv/ServiceVault/wtv-head-waiter/login-stage-two.js index 39ef07ba..a9d8d7f1 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-head-waiter/login-stage-two.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-head-waiter/login-stage-two.js @@ -93,13 +93,16 @@ wtv-client-date: `+ strftime("%a, %d %b %Y %H:%M:%S", new Date(new Date().toUTCS wtv-country: US wtv-language-header: en-US,en wtv-noback-all: wtv- -wtv-visit: client:closeallpanels -wtv-expire-all: client:closeallpanels wtv-transition-override: off wtv-smartcard-inserted-message: Contacting service wtv-ssl-timeout: 240 wtv-login-timeout: 7200 `; + if (bootrom !== 0) { + headers += `wtv-visit: client:closeallpanels +wtv-expire-all: client:closeallpanels +`; + } if (!limitedLogin && !limitedLoginRegistered) { session_data.assignMailStore(); headers += getServiceString('all', { "exceptions": ["wtv-register"] });