From 3b86cf03c162298211da2f57333bcc645123a979 Mon Sep 17 00:00:00 2001 From: Suriyaa Kudo Date: Sun, 29 Apr 2018 18:59:14 +0200 Subject: [PATCH] Update 'OpenSearchDescription' links * a9.com OpenSearch website doesn't exist anymore. I replaced it with OpenSearch.org. * Change HTTP protocol for the xmlns:moz website. I removed the website redirection. Change-Id: I2c261cd654f009a9316510f2cf80944235c1af82 --- opensearch_desc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensearch_desc.php b/opensearch_desc.php index b9b21611d0..b92ff2ecae 100644 --- a/opensearch_desc.php +++ b/opensearch_desc.php @@ -46,8 +46,8 @@ $response->header( 'Cache-control: max-age=600' ); print ''; print Xml::openElement( 'OpenSearchDescription', [ - 'xmlns' => 'http://a9.com/-/spec/opensearch/1.1/', - 'xmlns:moz' => 'http://www.mozilla.org/2006/browser/search/' ] ); + 'xmlns' => 'http://www.opensearch.org/Specifications/OpenSearch/1.1', + 'xmlns:moz' => 'https://www.mozilla.org/2006/browser/search/' ] ); /* The spec says the ShortName must be no longer than 16 characters, * but 16 is *realllly* short. In practice, browsers don't appear to care -- 2.20.1