fix: Stash 服务器证书 SHA256 指纹字段为 server-cert-fingerprint

This commit is contained in:
xream 2024-05-21 11:05:45 +08:00
parent 5dc2c8ced7
commit b0a2c709e8
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "sub-store", "name": "sub-store",
"version": "2.14.313", "version": "2.14.314",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {

View File

@ -239,7 +239,7 @@ export default function Stash_Producer() {
delete proxy.tls; delete proxy.tls;
} }
if (proxy['tls-fingerprint']) { if (proxy['tls-fingerprint']) {
proxy.fingerprint = proxy['tls-fingerprint']; proxy['server-cert-fingerprint'] = proxy['tls-fingerprint'];
} }
delete proxy['tls-fingerprint']; delete proxy['tls-fingerprint'];