[Bug/FR] Formats settings of the official container image #4351
Unanswered
machiav3lli
asked this question in
Q&A
Replies: 1 comment
-
|
No. The main reason why it's not enabled by default is that, this can open to bot abuse. And the bot protection enabled by default will infer with the ability to use the JSON endpoints. Hence, why if you want to have json formats, enable it on your instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
The default "settings.yml" of the official docker image has only
htmlformat enabled by default and each update of the image overwrites any changes on this setting through a "settings.yml.new" resulting any calls forjson,rssorcsvfrom connected services to fail.Describe the solution you'd like
Include at least
jsonas default seting. As far I'm aware it's much standard and am not aware of any obvious security issues.Describe alternatives you've considered
That subsequent updates would just avoid overwriting the formats' setting.
Additional context
Also take into consideration the current (and rising) number of RAG-based FOSS projects using searxng as the search backend, which seem to overwrite the settings "manually" to enable json outputs.
Beta Was this translation helpful? Give feedback.
All reactions