1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* github fixed it's SSL issues, this workaroud is no longer required

This commit is contained in:
Reinhard Pointner 2014-04-22 14:14:40 +00:00
parent 261513b654
commit 3e46fc8929

View File

@ -68,11 +68,6 @@ import org.w3c.dom.NodeList;
public class Main { public class Main {
static {
// TODO remove once raw.githubusercontent.com is fixed
System.setProperty("jsse.enableSNIExtension", "false");
}
public static void main(String[] argumentArray) { public static void main(String[] argumentArray) {
try { try {
// parse arguments // parse arguments