yari: MDN Web Docs no longer prompts to install as a custom search engine

It was previously possible to get the prompt to add the MDN Web Docs site as a custom search engine in Firefox. The cause of this seems to be that the Open Search link is no longer present in the <head> elements of the MDN Web Docs pages.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 6
  • Comments: 17 (13 by maintainers)

Most upvoted comments

As mentioned before, we are pretty confident that we can get this going again, we are just double checking to make sure the config on the server side is in place to serve the file with the appropriate headers. @binyamin, feel free to change the PR from draft to ready for review in the mean time. Thank you.

@peterbe Where do I make the PR?

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    <ShortName>MDN</ShortName>
    <Description>Search the MDN Web Docs</Description>
    <InputEncoding>UTF-8</InputEncoding>
    <Image width="16" height="16" type="image/x-icon">https://developer.mozilla.org/favicon.ico</Image>
    <Url type="text/html" method="get" template="https://developer.mozilla.org/search?q={searchTerms}"/>
</OpenSearchDescription>

Thank you @binyamin, I just want to make sure that we have all the infra pieces in place.