Commit 01d2dff2 by Kim Jinsung

Task #43191 SSLハンドラーの脆弱性対応

parent cd535bae
...@@ -669,11 +669,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity { ...@@ -669,11 +669,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity {
} }
return false; return false;
} }
@Override
public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) {
handler.proceed();
}
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment