summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-03 13:16:30 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-05 14:40:47 +0200
commit517e57b996aaeceda08afd0e80bfd30ad6192971 (patch)
tree0abe8ccc5e67aadc713eb6689d74d381d51dcfb0 /searx/webapp.py
parentc25aab73b72087a9a56d86c155a166bfcf018822 (diff)
downloadsearxng-517e57b996aaeceda08afd0e80bfd30ad6192971.tar.gz
searxng-517e57b996aaeceda08afd0e80bfd30ad6192971.zip
oscar template: improve result icons
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 90451bf2a..c6cd78dc5 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -69,8 +69,8 @@ app.secret_key = settings['server']['secret_key']
babel = Babel(app)
#TODO configurable via settings.yml
-favicons = ['wikipedia', 'youtube', 'vimeo', 'soundcloud',
- 'twitter', 'stackoverflow', 'github']
+favicons = ['wikipedia', 'youtube', 'vimeo', 'dailymotion', 'soundcloud',
+ 'twitter', 'stackoverflow', 'github', 'deviantart']
cookie_max_age = 60 * 60 * 24 * 365 * 23 # 23 years