How to enable HTTP protocol ? / 启用http #4239
-
|
请问我应该怎么配置才能允许自己创建的搜索引擎支持http协议,而不是https [EDIT] Translation added by @dalf using deepl:
|
Beta Was this translation helpful? Give feedback.
Answered by
dalf
Jan 26, 2025
Replies: 1 comment
-
|
https://docs.searxng.org/dev/engines/enginelib.html#searx.enginelib.Engine.enable_http Add Existing example: Lines 421 to 425 in c1fcee9 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
return42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.searxng.org/dev/engines/enginelib.html#searx.enginelib.Engine.enable_http
Add
enable_http: Trueto your engine definitionExisting example:
searxng/searx/settings.yml
Lines 421 to 425 in c1fcee9