Skip to content

Commit

Permalink
修复JustTrustMe的reInitSSLSocketFactory问题
Browse files Browse the repository at this point in the history
  • Loading branch information
郭钟 committed May 19, 2021
1 parent a0659b4 commit f12af7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/just_trust_me.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function processOkHttp() {
console.log("com.squareup.okhttp.CertificatePinner.check('java.lang.String', 'java.util.List') was hooked!");
};
}else{
console.error("没找到com.squareup.okhttp.CertificatePinner类,这是android系统自带的类没找到就算求了。不同系统不一样,不用找了!!!");
console.error("没找到com.squareup.okhttp.CertificatePinner类,这是android系统自带的类没找到就算了。不同系统不一样,不用找了!!!");
}

if (classExists("okhttp3.CertificatePinner")) {
Expand Down

0 comments on commit f12af7f

Please sign in to comment.