FastGithub/FastGithub/appsettings/appsettings.github.json
2021-08-12 12:31:19 +08:00

33 lines
679 B
JSON

{
"FastGithub": {
"DomainConfigs": {
"github.com": {
"TlsSni": false
},
"api.github.com": {
"TlsSni": false
},
"githubstatus.com": {
"TlsSni": false
},
"gist.github.com": {
"TlsIgnoreNameMismatch": true
},
"*.github.com": {
"TlsIgnoreNameMismatch": true
},
"*.github.io": {
"TlsIgnoreNameMismatch": true
},
"*.githubapp.com": {
"TlsIgnoreNameMismatch": true
},
"*.githubassets.com": {
"TlsIgnoreNameMismatch": true
},
"*.githubusercontent.com": {
"TlsIgnoreNameMismatch": true
}
}
}
}