From 47033f737d7a31756ac9779cd07c5a680398f1c1 Mon Sep 17 00:00:00 2001 From: zefie Date: Sat, 2 May 2026 18:07:30 -0400 Subject: [PATCH] passport service --- zefie_wtvp_minisrv/includes/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/config.json b/zefie_wtvp_minisrv/includes/config.json index 146239fa..7d165aec 100644 --- a/zefie_wtvp_minisrv/includes/config.json +++ b/zefie_wtvp_minisrv/includes/config.json @@ -513,7 +513,11 @@ { "match": "sg1.trusted.msntv.msn.com", "local_dir": "sg1" - } + }, + { + "match": "login.live.com", + "local_dir": "passport" + }, ], "handler_extra_vars": ["runScriptInVM", "handlePHP", "handleCGI", "ssid_sessions", "WTVClientSessionData", "socket_sessions"], "show_verbose_errors": false,