diff options
| author | Elias Ojala <git@eliasojala.me> | 2019-03-12 12:30:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-12 12:30:47 +0000 |
| commit | 8039a577a8d0501870c12facc9eba372ed4d1570 (patch) | |
| tree | 55be33da9d2c9fc382643cf9f53232b589950b2e /searx | |
| parent | b9e42e69be986a5f3980dc30d0ed25a9b1a47349 (diff) | |
Use HTTPS for crossref
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6e7c37fb0..f346647d1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -127,7 +127,7 @@ engines: - name : crossref engine : json_engine 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 title_query : title content_query : fullCitation |