Merge pull request #320 from ncaq/fix-opensearch-url-to-https

fix(opensearch): search url protocol: `http` -> `https`
This commit is contained in:
Michael Snoyman 2023-08-03 23:56:13 -04:00 committed by GitHub
commit a52f65255f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@
<Language>en-us</Language>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
<Image width="222" height="222" type="image/x-icon">http://www.stackage.org/static/img/stackage.png</Image>
<Url type="text/html" method="GET" template="http://www.stackage.org/lts/hoogle?q={searchTerms}"/>
<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="https://www.stackage.org/lts/hoogle?q={searchTerms}"/>
<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>

View File

@ -8,8 +8,8 @@
<Language>en-us</Language>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
<Image width="222" height="222" type="image/x-icon">http://www.stackage.org/static/img/stackage.png</Image>
<Url type="text/html" method="GET" template="http://www.stackage.org/package/{searchTerms}"/>
<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="https://www.stackage.org/package/{searchTerms}"/>
<Query role="example" searchTerms="E.g. bytestring"/>
<moz:SearchForm>http://www.stackage.org</moz:SearchForm>
<moz:SearchForm>https://www.stackage.org</moz:SearchForm>
</OpenSearchDescription>