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
2022-10-14 13:59:22 +00:00
..
__init__.py [enh] implement a OnlineUrlSearchProcessor 2022-01-30 16:05:08 +01:00
abstract.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00
offline.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
online.py searx.network: add "verify" option to the networks 2022-10-14 13:59:22 +00:00
online_currency.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00
online_dictionary.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00
online_url_search.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00