From 03fb43028c00634f6cf08930581df0f8cb782151 Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Wed, 28 Jul 2021 21:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dgist.github.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/appsettings.github.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FastGithub/appsettings.github.json b/FastGithub/appsettings.github.json index df6cecb..05dd4c5 100644 --- a/FastGithub/appsettings.github.json +++ b/FastGithub/appsettings.github.json @@ -10,6 +10,10 @@ "*.github.com": { "TlsSni": false }, + "gist.github.com": { + "TlsSni": false, + "TlsIgnoreNameMismatch": true + }, "*.github.io": { "TlsSni": false, "TlsIgnoreNameMismatch": true @@ -32,4 +36,4 @@ } } } -} +} \ No newline at end of file