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