diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-03 13:16:30 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:47 +0200 |
commit | 517e57b996aaeceda08afd0e80bfd30ad6192971 (patch) | |
tree | 0abe8ccc5e67aadc713eb6689d74d381d51dcfb0 /searx/webapp.py | |
parent | c25aab73b72087a9a56d86c155a166bfcf018822 (diff) | |
download | searxng-517e57b996aaeceda08afd0e80bfd30ad6192971.tar.gz searxng-517e57b996aaeceda08afd0e80bfd30ad6192971.zip |
oscar template: improve result icons
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 4 |
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 |