mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Switch to https for some domains
This commit is contained in:
		
							parent
							
								
									ee6781d777
								
							
						
					
					
						commit
						f407dd8ef4
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -463,7 +463,7 @@ engines: | |||
|   - name : openairedatasets | ||||
|     engine : json_engine | ||||
|     paging : True | ||||
|     search_url : http://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query} | ||||
|     search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query} | ||||
|     results_query : response/results/result | ||||
|     url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$ | ||||
|     title_query : metadata/oaf:entity/oaf:result/title/$ | ||||
|  | @ -475,7 +475,7 @@ engines: | |||
|   - name : openairepublications | ||||
|     engine : json_engine | ||||
|     paging : True | ||||
|     search_url : http://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query} | ||||
|     search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query} | ||||
|     results_query : response/results/result | ||||
|     url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$ | ||||
|     title_query : metadata/oaf:entity/oaf:result/title/$ | ||||
|  | @ -806,7 +806,7 @@ locales: | |||
| doi_resolvers : | ||||
|   oadoi.org : 'https://oadoi.org/' | ||||
|   doi.org : 'https://doi.org/' | ||||
|   doai.io  : 'http://doai.io/' | ||||
|   sci-hub.tw : 'http://sci-hub.tw/' | ||||
|   doai.io  : 'https://doai.io/' | ||||
|   sci-hub.tw : 'https://sci-hub.tw/' | ||||
| 
 | ||||
| default_doi_resolver : 'oadoi.org' | ||||
|  |  | |||
|  | @ -43,7 +43,7 @@ locales: | |||
| doi_resolvers : | ||||
|   oadoi.org : 'https://oadoi.org/' | ||||
|   doi.org : 'https://doi.org/' | ||||
|   doai.io  : 'http://doai.io/' | ||||
|   sci-hub.tw : 'http://sci-hub.tw/' | ||||
|   doai.io  : 'https://doai.io/' | ||||
|   sci-hub.tw : 'https://sci-hub.tw/' | ||||
| 
 | ||||
| default_doi_resolver : 'oadoi.org' | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Vipul
						Vipul