diff options
| author | a01200356 <a01200356@itesm.mx> | 2016-01-03 15:58:01 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2016-01-03 15:58:01 -0600 |
| commit | 576d37f256649b570a9c8591a795acd85ac499bc (patch) | |
| tree | a38b1d6ff497158a6bb971bbc6003e7890d21f28 /searx/settings.yml | |
| parent | 16d6e758d73ed5b369a4cf70830b5ebf0d0196ba (diff) | |
[fix] unescape htmlentities in wolframalpha_noapi's answer
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 600c20c0d..63e944060 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -305,9 +305,10 @@ engines: # You can use the engine using the official stable API, but you need an API key # See : http://products.wolframalpha.com/api/ # engine : wolframalpha_api - # api_key: '5952JX-X52L3VKWT8' # required! + # api_key: '' # required! engine : wolframalpha_noapi timeout: 6.0 + disabled : True #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ # - name : blekko images |