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

15 lines
266 B
JSON

{
"FastGithub": {
"DomainConfigs": {
"imgur.com": {
"TlsIgnoreNameMismatch": true
},
"*.imgur.com": {
"TlsIgnoreNameMismatch": true
},
"*.*.imgur.com": {
"TlsIgnoreNameMismatch": true
}
}
}
}