From 5c2d25a567cc41b9788da2cfef406a60b86e7ee1 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 9 Nov 2023 10:13:41 +0530 Subject: [PATCH] Removes Firefox only feature deprecated 3y ago --- files/en-us/web/opensearch/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/en-us/web/opensearch/index.md b/files/en-us/web/opensearch/index.md index e82e25ac27b1d6b..b89869e446af36e 100644 --- a/files/en-us/web/opensearch/index.md +++ b/files/en-us/web/opensearch/index.md @@ -69,12 +69,6 @@ The XML file that describes a search engine follows the basic template below. Se For search suggestions, the `application/x-suggestions+json` URL template is used to fetch a suggestion list in [JSON](/en-US/docs/Glossary/JSON) format. -- moz:SearchForm - - - : The URL for the site's search initiation page for the plugin. This lets Firefox users visit the website, and search from the site directly. - - > **Note:** Since this element is Firefox-specific, and not part of the OpenSearch specification, we use the `moz:` XML namespace prefix in the example above to ensure that other user agents that don't support this element can safely ignore it. - ## Autodiscovery of search plugins Websites with search plugins can advertise them so Firefox users can easily install the plugins.