mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[fix] settings.yml - replace http:// URLs by https://
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									80372d87d9
								
							
						
					
					
						commit
						15bf9fc850
					
				@ -232,7 +232,7 @@ engines:
 | 
				
			|||||||
    about:
 | 
					    about:
 | 
				
			||||||
      website: https://archive.is/
 | 
					      website: https://archive.is/
 | 
				
			||||||
      wikidata_id: Q13515725
 | 
					      wikidata_id: Q13515725
 | 
				
			||||||
      official_api_documentation: http://mementoweb.org/depot/native/archiveis/
 | 
					      official_api_documentation: https://mementoweb.org/depot/native/archiveis/
 | 
				
			||||||
      use_official_api: false
 | 
					      use_official_api: false
 | 
				
			||||||
      require_api_key: false
 | 
					      require_api_key: false
 | 
				
			||||||
      results: HTML
 | 
					      results: HTML
 | 
				
			||||||
@ -758,7 +758,7 @@ engines:
 | 
				
			|||||||
  - name: library genesis
 | 
					  - name: library genesis
 | 
				
			||||||
    engine: xpath
 | 
					    engine: xpath
 | 
				
			||||||
    enable_http: true
 | 
					    enable_http: true
 | 
				
			||||||
    search_url: http://libgen.rs/search.php?req={query}
 | 
					    search_url: https://libgen.rs/search.php?req={query}
 | 
				
			||||||
    url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
 | 
					    url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
 | 
				
			||||||
    title_xpath: //a[contains(@href,"book/")]/text()[1]
 | 
					    title_xpath: //a[contains(@href,"book/")]/text()[1]
 | 
				
			||||||
    content_xpath: //td/a[1][contains(@href,"=author")]/text()
 | 
					    content_xpath: //td/a[1][contains(@href,"=author")]/text()
 | 
				
			||||||
@ -767,7 +767,7 @@ engines:
 | 
				
			|||||||
    disabled: true
 | 
					    disabled: true
 | 
				
			||||||
    shortcut: lg
 | 
					    shortcut: lg
 | 
				
			||||||
    about:
 | 
					    about:
 | 
				
			||||||
      website: http://libgen.rs/
 | 
					      website: https://libgen.rs/
 | 
				
			||||||
      wikidata_id: Q22017206
 | 
					      wikidata_id: Q22017206
 | 
				
			||||||
      official_api_documentation:
 | 
					      official_api_documentation:
 | 
				
			||||||
      use_official_api: false
 | 
					      use_official_api: false
 | 
				
			||||||
@ -1201,7 +1201,7 @@ engines:
 | 
				
			|||||||
  # tmp suspended - too slow, too many errors
 | 
					  # tmp suspended - too slow, too many errors
 | 
				
			||||||
  #  - name: urbandictionary
 | 
					  #  - name: urbandictionary
 | 
				
			||||||
  #    engine      : xpath
 | 
					  #    engine      : xpath
 | 
				
			||||||
  #    search_url  : http://www.urbandictionary.com/define.php?term={query}
 | 
					  #    search_url  : https://www.urbandictionary.com/define.php?term={query}
 | 
				
			||||||
  #    url_xpath   : //*[@class="word"]/@href
 | 
					  #    url_xpath   : //*[@class="word"]/@href
 | 
				
			||||||
  #    title_xpath : //*[@class="def-header"]
 | 
					  #    title_xpath : //*[@class="def-header"]
 | 
				
			||||||
  #    content_xpath: //*[@class="meaning"]
 | 
					  #    content_xpath: //*[@class="meaning"]
 | 
				
			||||||
@ -1345,7 +1345,7 @@ engines:
 | 
				
			|||||||
  - name: wolframalpha
 | 
					  - name: wolframalpha
 | 
				
			||||||
    shortcut: wa
 | 
					    shortcut: wa
 | 
				
			||||||
    # You can use the engine using the official stable API, but you need an API
 | 
					    # You can use the engine using the official stable API, but you need an API
 | 
				
			||||||
    # key.  See: http://products.wolframalpha.com/api/
 | 
					    # key.  See: https://products.wolframalpha.com/api/
 | 
				
			||||||
    #
 | 
					    #
 | 
				
			||||||
    # engine: wolframalpha_api
 | 
					    # engine: wolframalpha_api
 | 
				
			||||||
    # api_key: ''
 | 
					    # api_key: ''
 | 
				
			||||||
@ -1365,7 +1365,7 @@ engines:
 | 
				
			|||||||
    timeout: 5.0
 | 
					    timeout: 5.0
 | 
				
			||||||
    disabled: true
 | 
					    disabled: true
 | 
				
			||||||
    # You can use without an API key, but you are limited to 1000 words/day
 | 
					    # You can use without an API key, but you are limited to 1000 words/day
 | 
				
			||||||
    # See: http://mymemory.translated.net/doc/usagelimits.php
 | 
					    # See: https://mymemory.translated.net/doc/usagelimits.php
 | 
				
			||||||
    # api_key: ''
 | 
					    # api_key: ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Required dependency: mysql-connector-python
 | 
					  # Required dependency: mysql-connector-python
 | 
				
			||||||
@ -1578,7 +1578,7 @@ engines:
 | 
				
			|||||||
#  - name: ubuntuwiki
 | 
					#  - name: ubuntuwiki
 | 
				
			||||||
#    engine: doku
 | 
					#    engine: doku
 | 
				
			||||||
#    shortcut: uw
 | 
					#    shortcut: uw
 | 
				
			||||||
#    base_url: 'http://doc.ubuntu-fr.org'
 | 
					#    base_url: 'https://doc.ubuntu-fr.org'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Be careful when enabling this engine if you are
 | 
					# Be careful when enabling this engine if you are
 | 
				
			||||||
# running a public instance. Do not expose any sensitive
 | 
					# running a public instance. Do not expose any sensitive
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user