diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-06-18 19:37:14 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2020-06-18 19:38:13 +0200 |
| commit | 08c13daf85311aa1799b8ea9e0990fab058c2b7f (patch) | |
| tree | f2b023098602c9ec3030fee69922eeabaf2f10b7 /searx/webapp.py | |
| parent | 4a8a16559af18ab38d796aad303a827c8c640fa2 (diff) | |
[enh] update opensearch.xml to match major search engines opensearch.xml
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 68be25584..35495a0ff 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -949,7 +949,7 @@ def opensearch(): resp = Response(response=ret, status=200, - mimetype="text/xml") + mimetype="application/opensearchdescription+xml") return resp |