【发布时间】:2022-01-21 04:20:55
【问题描述】:
我正在尝试使 APLcart 与 OpenSearch 一起使用,但不断获得 Firefox could not install the search engine from: https://aplcart.info/opensearch.xml 与:
<link rel="search" type="application/opensearchdescription+xml" title="APLcart"
href="/opensearch.xml">
/opensearch.xml 在哪里:
<OpenSearchDescription>
<ShortName>APLcart</ShortName>
<Description>
Search APLcart: A novel approach to finding your way in APL
</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://aplcart.info/favicon.ico</Image>
<Url type="text/html" template="https://aplcart.info/?q={searchTerms}"/>
</OpenSearchDescription>
- 注意this 不是同一个问题,因为我确实有
Url type="text/html"。 - 我试过
method="get"
我需要更改哪些内容才能使我的 OpenSearch 规范符合要求?
【问题讨论】:
标签: firefox opensearch