Date: Sat, 7 Jan 2023 16:40:16 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: ae9ceedaaf - main - use HTTPS Message-ID: <202301071640.307GeGxi049138@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=ae9ceedaaf95dcb5f47853f0d0ec29cff1f6acce commit ae9ceedaaf95dcb5f47853f0d0ec29cff1f6acce Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-01-07 16:31:20 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-01-07 16:31:20 +0000 use HTTPS --- website/themes/beastie/static/opensearch/markmail.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/beastie/static/opensearch/markmail.xml b/website/themes/beastie/static/opensearch/markmail.xml index fd4e663f22..d83c8542e7 100644 --- a/website/themes/beastie/static/opensearch/markmail.xml +++ b/website/themes/beastie/static/opensearch/markmail.xml @@ -3,6 +3,6 @@ <Description>FreeBSD Mailing List Search by MarkMail</Description> <InputEncoding>UTF-8</InputEncoding> <Image width="16" height="16" type="image/x-icon">https://www.freebsd.org/favicon.ico</Image> - <Url type="text/html" method="get" template="http://freebsd.markmail.org/search/?q={searchTerms}&sourceid=opensearch"/> - <moz:SearchForm>http://freebsd.markmail.org/search/</moz:SearchForm> + <Url type="text/html" method="get" template="https://freebsd.markmail.org/search/?q={searchTerms}&sourceid=opensearch"/> + <moz:SearchForm>https://freebsd.markmail.org/search/</moz:SearchForm> </OpenSearchDescription>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301071640.307GeGxi049138>
