Skip to content

Commit 58401e9

Browse files
committed
修复开启返回包注入功能后,https返回的部分页面存在 err_CONTENT_LENGTH_MISMATCH 错误
(看起来似乎是解决了,待用户反馈)
1 parent 76da9df commit 58401e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/xml/pref_data_sync.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:defaultValue="false"
1717
android:key="enable_filter"
1818
android:title="启用返回包注入"
19-
android:summary="注意:当前版本启用该功能会影响HTTPS请求的返回,修改该选项需要重启应用后生效"/>
19+
android:summary="Beta:启用该功能小概率会造成HTTPS请求返回不稳定的情况,修改该选项需要重启应用后生效"/>
2020

2121

2222
<EditTextPreference

0 commit comments

Comments
 (0)