Skip to content

Commit ec259e2

Browse files
committed
fix: 更新config_JSON函数,修复跳过证书验证参数以增强安全性
1 parent 203680a commit ec259e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ async function 读取config_JSON(env, hostname, userID, 重置配置 = false) {
13681368
PATH: "/",
13691369
协议类型: "v" + "le" + "ss",
13701370
传输协议: "ws",
1371-
跳过证书验证: true,
1371+
跳过证书验证: false,
13721372
启用0RTT: false,
13731373
TLS分片: null,
13741374
随机路径: false,

0 commit comments

Comments
 (0)