You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/search/processors
Alexandre Flament 32e8c2cf09 searx.network: add "verify" option to the networks
Each network can define a verify option:
* false to disable certificate verification
* a path to existing certificate.

SearXNG uses SSL_CERT_FILE and SSL_CERT_DIR when they are defined
see https://www.python-httpx.org/environment_variables/#ssl_cert_file
2 years ago
..
__init__.py [enh] implement a OnlineUrlSearchProcessor 2 years ago
abstract.py [doc] add description of method EngineProcessor.get_params() 2 years ago
offline.py [format.python] initial formatting of the python code 2 years ago
online.py searx.network: add "verify" option to the networks 2 years ago
online_currency.py [doc] add description of method EngineProcessor.get_params() 2 years ago
online_dictionary.py [doc] add description of method EngineProcessor.get_params() 2 years ago
online_url_search.py [doc] add description of method EngineProcessor.get_params() 2 years ago