Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enh] add settings option to enable/disable search formats #99

Merged
merged 2 commits into from
May 28, 2021

Commits on May 28, 2021

  1. [enh] add settings option to enable/disable search formats

    Access to formats can be denied by settings configuration::
    
        search:
            formats: [html, csv, json, rss]
    
    Closes: searxng#95
    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    6ed4616 View commit details
    Browse the repository at this point in the history
  2. [mod] utils.get_value() - avoidance of a recursion

    In a comment [1] dalf suggested to avoid a recursion of get_value()
    
    [1] searxng#99 (comment)
    
    Suggested-by: Alexandre Flament <alex@al-f.net>
    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    96b2230 View commit details
    Browse the repository at this point in the history