Added comments

This commit is contained in:
M66B
2023-12-09 17:43:27 +01:00
parent 30cdfbf950
commit cbfef9f43b
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ public class SSLHelper {
boolean secure, boolean cert_strict,
String trustedFingerprint,
ITrust intf) {
// https://support.google.com/faqs/answer/6346016
return null;
}