Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
المُؤرشفة

Is OpenSearch Auto-Update Still Supported in Firefox?

Marinescu Bogdan

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">

   ...
   
   <Url type="application/opensearchdescription+xml" rel="self"
       template="https://example.com/opensearch.xml" />

</OpenSearchDescription>

Does Firefox still support automatically updating the opensearch XML description? MDN still mentions this feature: https://developer.mozilla.org/en-US/docs/Web/XML/Guides/OpenSearch#supporting_automatic_updates_for_opensearch_description

Also, in about:config, there used to be an "browser.search.update.interval" entry that specified the update interval. I can't find it anymore.

If this isn’t the right place to ask, could you point me in the right direction?

<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> ... <!-- self update URL --> <Url type="application/opensearchdescription+xml" rel="self" template="https://example.com/opensearch.xml" /> </OpenSearchDescription> Does Firefox still support automatically updating the opensearch XML description? MDN still mentions this feature: https://developer.mozilla.org/en-US/docs/Web/XML/Guides/OpenSearch#supporting_automatic_updates_for_opensearch_description Also, in about:config, there used to be an "browser.search.update.interval" entry that specified the update interval. I can't find it anymore. If this isn’t the right place to ask, could you point me in the right direction?