Clarify deprecation message for allowInsecure

This commit is contained in:
2dust
2026-06-02 19:13:52 +08:00
parent ef4dda0996
commit ab907e371b
4 changed files with 4 additions and 4 deletions

View File

@@ -1915,7 +1915,7 @@ namespace ServiceLib.Resx {
}
/// <summary>
/// 查找类似 Warning: &quot;allowInsecure&quot; has been removed from Xray. Please use &quot;pinnedPeerCertSha256&quot; certificate instead. 的本地化字符串。
/// 查找类似 Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration. 的本地化字符串。
/// </summary>
public static string MsgAllowInsecureDeprecated {
get {

View File

@@ -1747,6 +1747,6 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if
<value>New Update</value>
</data>
<data name="MsgAllowInsecureDeprecated" xml:space="preserve">
<value>Warning: "allowInsecure" has been removed from Xray. Please use "pinnedPeerCertSha256" certificate instead.</value>
<value>Warning: Xray will disable allowInsecure (skip certificate verification) in August 2026. Please switch to pinnedPeerCertSha256 (fixed certificate fingerprint) as soon as possible. allowInsecure will not be usable after its expiration.</value>
</data>
</root>

View File

@@ -1744,6 +1744,6 @@
<value>有更新</value>
</data>
<data name="MsgAllowInsecureDeprecated" xml:space="preserve">
<value>警告Xray 中已移除 "allowInsecure" 。请改用证书固定 "pinnedPeerCertSha256" </value>
<value>警告Xray 将在 2026.8.1 禁用跳过证书验证 allowInsecure ,请尽快改用证书固定指纹 pinnedPeerCertSha256。到期后无法使用 </value>
</data>
</root>

View File

@@ -1744,6 +1744,6 @@
<value>有更新</value>
</data>
<data name="MsgAllowInsecureDeprecated" xml:space="preserve">
<value>警告Xray 中已移除 "allowInsecure" 。請改用憑證固定 "pinnedPeerCertSha256"</value>
<value>警告Xray 將在 2026.8.1 停用跳過憑證驗證 allowInsecure ,請盡快改用憑證固定指紋 pinnedPeerCertSha256。到期後無法使用 allowInsecure。</value>
</data>
</root>