summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-10-26 14:20:58 +0100
committerGitHub <noreply@github.com>2020-10-26 14:20:58 +0100
commitdb703a0283ee169381aeea97c678e666ae508348 (patch)
tree6b992653be4ab7905f2b7bf27d98d64cb15570fe /searx/webapp.py
parent2aef38c3b9d1fe93e9d665a49b10151d63d92392 (diff)
parent32957cdf49c306a5f50ca78bb50c0978ffe5c072 (diff)
Merge pull request #565 from MarcAbonce/onions
New category: Onions
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index cf9a09778..609669b85 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -146,6 +146,7 @@ _category_names = (gettext('files'),
gettext('it'),
gettext('news'),
gettext('map'),
+ gettext('onions'),
gettext('science'))
outgoing_proxies = settings['outgoing'].get('proxies') or None