From 606116bc299131c5a49fafc321ad982c37a94321 Mon Sep 17 00:00:00 2001 From: Ezreal Date: Wed, 1 Dec 2021 11:20:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BAappsettings.microsoft.json?= =?UTF-8?q?=E6=9D=A5=E9=9B=86=E4=B8=AD=E7=AE=A1=E7=90=86=E5=BE=AE=E8=BD=AF?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=9A=84=E9=85=8D=E7=BD=AE=20(#96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * microsoft services json config * update ms.json --- .../appsettings/appsettings.microsoft.json | 111 ++++++++++++++++++ .../appsettings/appsettings.msecnd.json | 14 --- .../appsettings/appsettings.onedrive.json | 12 -- 3 files changed, 111 insertions(+), 26 deletions(-) create mode 100644 FastGithub/appsettings/appsettings.microsoft.json delete mode 100644 FastGithub/appsettings/appsettings.msecnd.json delete mode 100644 FastGithub/appsettings/appsettings.onedrive.json diff --git a/FastGithub/appsettings/appsettings.microsoft.json b/FastGithub/appsettings/appsettings.microsoft.json new file mode 100644 index 0000000..48e4da0 --- /dev/null +++ b/FastGithub/appsettings/appsettings.microsoft.json @@ -0,0 +1,111 @@ +{ + "FastGithub": { + "DomainConfigs": { + "azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.*.azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.azureedge.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + "*.visualstudio.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.visualstudio.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + "*.live.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.live.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "microsoftonline.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.microsoftonline.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + + "windows.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.windows.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.windows.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + "azurewebsites.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.azurewebsites.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.azurewebsites.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + + "*.vsassets.io": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "aadcdn.msauth.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "aadcdn.msftauth.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "static2.sharepointonline.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "az764295.vo.msecnd.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true, + "Destination": "https://vscode.cdn.azure.cn/" + }, + "*.*.msecnd.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.aspnetcdn.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + } + + } + } +} \ No newline at end of file diff --git a/FastGithub/appsettings/appsettings.msecnd.json b/FastGithub/appsettings/appsettings.msecnd.json deleted file mode 100644 index ca0602f..0000000 --- a/FastGithub/appsettings/appsettings.msecnd.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "FastGithub": { - "DomainConfigs": { - "az764295.vo.msecnd.net": { - "TlsSni": true, - "TlsIgnoreNameMismatch": true, - "Destination": "https://vscode.cdn.azure.cn/" - }, - "*.*.msecnd.net": { - "TlsIgnoreNameMismatch": true - } - } - } -} \ No newline at end of file diff --git a/FastGithub/appsettings/appsettings.onedrive.json b/FastGithub/appsettings/appsettings.onedrive.json deleted file mode 100644 index 6d68424..0000000 --- a/FastGithub/appsettings/appsettings.onedrive.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "FastGithub": { - "DomainConfigs": { - "onedrive.live.com": { - "TlsSni": false - }, - "*.onedrive.live.com": { - "TlsSni": false - } - } - } -} \ No newline at end of file