mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-23 01:11:56 +01:00
Merge pull request #320 from ncaq/fix-opensearch-url-to-https
fix(opensearch): search url protocol: `http` -> `https`
This commit is contained in:
commit
a52f65255f
@ -8,8 +8,8 @@
|
|||||||
<Language>en-us</Language>
|
<Language>en-us</Language>
|
||||||
<InputEncoding>UTF-8</InputEncoding>
|
<InputEncoding>UTF-8</InputEncoding>
|
||||||
<OutputEncoding>UTF-8</OutputEncoding>
|
<OutputEncoding>UTF-8</OutputEncoding>
|
||||||
<Image width="222" height="222" type="image/x-icon">http://www.stackage.org/static/img/stackage.png</Image>
|
<Image width="222" height="222" type="image/x-icon">https://www.stackage.org/static/img/stackage.png</Image>
|
||||||
<Url type="text/html" method="GET" template="http://www.stackage.org/lts/hoogle?q={searchTerms}"/>
|
<Url type="text/html" method="GET" template="https://www.stackage.org/lts/hoogle?q={searchTerms}"/>
|
||||||
<Query role="example" searchTerms="E.g. map, a -> a"/>
|
<Query role="example" searchTerms="E.g. map, a -> a"/>
|
||||||
<moz:SearchForm>http://www.stackage.org</moz:SearchForm>
|
<moz:SearchForm>https://www.stackage.org</moz:SearchForm>
|
||||||
</OpenSearchDescription>
|
</OpenSearchDescription>
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||
<Language>en-us</Language>
|
<Language>en-us</Language>
|
||||||
<InputEncoding>UTF-8</InputEncoding>
|
<InputEncoding>UTF-8</InputEncoding>
|
||||||
<OutputEncoding>UTF-8</OutputEncoding>
|
<OutputEncoding>UTF-8</OutputEncoding>
|
||||||
<Image width="222" height="222" type="image/x-icon">http://www.stackage.org/static/img/stackage.png</Image>
|
<Image width="222" height="222" type="image/x-icon">https://www.stackage.org/static/img/stackage.png</Image>
|
||||||
<Url type="text/html" method="GET" template="http://www.stackage.org/package/{searchTerms}"/>
|
<Url type="text/html" method="GET" template="https://www.stackage.org/package/{searchTerms}"/>
|
||||||
<Query role="example" searchTerms="E.g. bytestring"/>
|
<Query role="example" searchTerms="E.g. bytestring"/>
|
||||||
<moz:SearchForm>http://www.stackage.org</moz:SearchForm>
|
<moz:SearchForm>https://www.stackage.org</moz:SearchForm>
|
||||||
</OpenSearchDescription>
|
</OpenSearchDescription>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user