Browse Source

Use HTTPS for crossref

Elias Ojala 6 years ago
parent
commit
8039a577a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/settings.yml

+ 1 - 1
searx/settings.yml

@@ -127,7 +127,7 @@ engines:
   - name : crossref
   - name : crossref
     engine : json_engine
     engine : json_engine
     paging : True
     paging : True
-    search_url : http://search.crossref.org/dois?q={query}&page={pageno}
+    search_url : https://search.crossref.org/dois?q={query}&page={pageno}
     url_query : doi
     url_query : doi
     title_query : title
     title_query : title
     content_query : fullCitation
     content_query : fullCitation