From cb497a0ccae3f90122c6c8d6d99addded11cd501 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 11 May 2021 23:58:10 +0200 Subject: feat(atward): Serve OpenSearch XML file to support Firefox Firefox users can not easily add search engines to the browser unless the page serves an OpenSearch description. This CL adds said description according to the documentation: https://developer.mozilla.org/en-US/docs/Web/OpenSearch Change-Id: I358c5940304f4abd9e45dd72a64e46d3ce44b3e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3105 Tested-by: BuildkiteCI Reviewed-by: cynthia --- web/atward/src/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/atward/src/index.html') diff --git a/web/atward/src/index.html b/web/atward/src/index.html index c9a7c494e97b..286bc6e546ad 100644 --- a/web/atward/src/index.html +++ b/web/atward/src/index.html @@ -4,6 +4,7 @@ + TVL Search
-- cgit 1.4.1