+> TODO remove once raw.githubusercontent.com is fixed
This commit is contained in:
parent
ad0e0e2802
commit
2ba959e2b5
|
@ -68,6 +68,11 @@ import org.w3c.dom.NodeList;
|
|||
|
||||
public class Main {
|
||||
|
||||
static {
|
||||
// TODO remove once raw.githubusercontent.com is fixed
|
||||
System.setProperty("jsse.enableSNIExtension", "false");
|
||||
}
|
||||
|
||||
public static void main(String[] argumentArray) {
|
||||
try {
|
||||
// parse arguments
|
||||
|
|
Loading…
Reference in New Issue