JAL-3959 add key retrieval urls that support CORS needed by JalviewJS
[jalview.git] / src / jalview / ws / ebi / EBIFetchClient.java
index 1d04351..1f833d0 100644 (file)
@@ -266,7 +266,9 @@ public class EBIFetchClient
     }
     return null;
   }
-
+  static {
+    Platform.addJ2SDirectDatabaseCall("https://www.ebi.ac.uk/");
+  }
   /**
    * Constructs the URL to fetch from
    *