mirror of
https://github.com/searxng/searxng.git
synced 2025-12-29 15:10:02 +00:00
[fix] opensearch on chromium for android (#2132)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<Image>{{ urljoin(host, url_for('static', filename='img/favicon.png')) }}</Image>
|
||||
<LongName>searx metasearch</LongName>
|
||||
{% if opensearch_method == 'get' %}
|
||||
<Url rel="results" type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/>
|
||||
<Url rel="results" type="text/html" method="get" template="{{ host }}?q={searchTerms}"/>
|
||||
{% else %}
|
||||
<Url rel="results" type="text/html" method="post" template="{{ host }}">
|
||||
<Param name="q" value="{searchTerms}" />
|
||||
|
||||
Reference in New Issue
Block a user