diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-14 23:27:27 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-14 23:27:27 +0100 |
| commit | e623ee593af95313c42c28e3db69a0e99974e692 (patch) | |
| tree | 87bea1778f25c80c958e00fc39f4827bc7b5c647 /searx/webapp.py | |
| parent | 978b47602474575b2a6b36c874b4bb3df9b56c1f (diff) | |
Add icons and badge for the themes
Add kickass in engine list
Add content for the result from kickass
Diffstat (limited to 'searx/webapp.py')
| -rw-r--r-- | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 541975573..a2a135e9a 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -70,7 +70,7 @@ babel = Babel(app) #TODO configurable via settings.yml favicons = ['wikipedia', 'youtube', 'vimeo', 'dailymotion', 'soundcloud', - 'twitter', 'stackoverflow', 'github', 'deviantart'] + 'twitter', 'stackoverflow', 'github', 'deviantart', 'kickass'] cookie_max_age = 60 * 60 * 24 * 365 * 23 # 23 years |