diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-12-15 00:02:14 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-12-15 00:02:14 +0100 |
| commit | e047d22046e9f4b5cff80c9ec9ee321b209641cb (patch) | |
| tree | 88126f3cc4dc5c52ab3ba79a753807fe7b30f6d6 /searx/webapp.py | |
| parent | ba51d784d16a1a9f05b862ce8ed333eac960cf58 (diff) | |
| parent | e623ee593af95313c42c28e3db69a0e99974e692 (diff) | |
Merge pull request #144 from Cqoicebordel/KickassTorrent-Search-Engine
Kickass torrent search engine
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 |