mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
DOI improvements: enable HTTPS, update URL of doai.io (#1718)
- enabling HTTPS for sci-hub.tw by default - making sci-hub the default DOI resolver as it has the largest collection of scientific articles. - replaced doai.io with dissem.in, as it redirects to this new domain. Co-authored-by: Aurora of Earth <auroraofearth@ya.ru>
This commit is contained in:
parent
fc5d1c69cc
commit
b06fc31942
@ -941,7 +941,7 @@ locales:
|
||||
doi_resolvers :
|
||||
oadoi.org : 'https://oadoi.org/'
|
||||
doi.org : 'https://doi.org/'
|
||||
doai.io : 'https://doai.io/'
|
||||
doai.io : 'https://dissem.in/'
|
||||
sci-hub.tw : 'https://sci-hub.tw/'
|
||||
|
||||
default_doi_resolver : 'oadoi.org'
|
||||
default_doi_resolver : 'sci-hub.tw'
|
||||
|
@ -39,7 +39,7 @@ locales:
|
||||
doi_resolvers :
|
||||
oadoi.org : 'https://oadoi.org/'
|
||||
doi.org : 'https://doi.org/'
|
||||
doai.io : 'https://doai.io/'
|
||||
doai.io : 'https://dissem.in/'
|
||||
sci-hub.tw : 'https://sci-hub.tw/'
|
||||
|
||||
default_doi_resolver : 'oadoi.org'
|
||||
default_doi_resolver : 'sci-hub.tw'
|
||||
|
Loading…
Reference in New Issue
Block a user