diff options
| author | Alexandre Flament <alex@al-f.net> | 2019-04-09 03:38:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 03:38:42 +0200 |
| commit | 34d85c8c3c2191818544ecd5e6c0508590657a2b (patch) | |
| tree | 8f3801a89474801430722fd6da44ef05b2cbad1f /searx | |
| parent | ca09d9102310e24c08db4c413e695fabfd5def4f (diff) | |
| parent | 3e9ce2638ae0b2f06c9a9f9a8c1cd4ab0082c05d (diff) | |
Merge pull request #1533 from theel0ja/patch-1
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 |