适配gist.github.com

This commit is contained in:
xljiulang 2021-07-28 21:35:43 +08:00
parent 498539bf53
commit 03fb43028c

View File

@ -10,6 +10,10 @@
"*.github.com": { "*.github.com": {
"TlsSni": false "TlsSni": false
}, },
"gist.github.com": {
"TlsSni": false,
"TlsIgnoreNameMismatch": true
},
"*.github.io": { "*.github.io": {
"TlsSni": false, "TlsSni": false,
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
@ -32,4 +36,4 @@
} }
} }
} }
} }