diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 16:26:15 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 16:26:15 +0100 |
| commit | 01143f48c527ff7bb98b9a9e3d31f087d7d30ca3 (patch) | |
| tree | d2ca8412eaf7661a1805ac5de493d34cb72f826e /searx/settings.yml | |
| parent | 60eb831966a7482ec1bcd7d095241cf2e6fe4dc6 (diff) | |
[enh] image proxification
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 79a762b0c..49c0baca0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -8,6 +8,7 @@ server: default_theme : oscar # ui theme https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator + image_proxy : False # Proxying image results through searx engines: - name : wikipedia |