浏览代码

Use HTTPS instead of HTTP for EUtils calls

Peter Richter 4 年之前
父节点
当前提交
9b0b74d5a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

+ 1 - 1
tripal_chado/includes/TripalImporter/TaxonomyImporter.inc

@@ -715,7 +715,7 @@ class TaxonomyImporter extends TripalImporter {
     ]);
 
     // Get the details for this taxonomy.
-    $fetch_url = "http://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?" .
+    $fetch_url = "https://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?" .
       "db=taxonomy" .
       "&id=$taxid";