From mboxrd@z Thu Jan 1 00:00:00 1970 From: Augustin Fabre Subject: [PATCH] ox-html.el: Use HTTPS for link to W3 HTML validator Date: Sun, 15 Mar 2020 10:32:42 +0100 Message-ID: <87sgianeth.fsf@augfab.fr> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38488) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDPdc-0006Jx-6z for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 05:32:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDPdZ-0005Jx-Ve for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 05:32:52 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:41895) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDPdZ-00059V-OZ for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 05:32:49 -0400 Received: from localhost (amarseille-653-1-268-252.w90-8.abo.wanadoo.fr [90.8.231.252]) (Authenticated sender: augustin@augfab.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 3618F1BF205 for ; Sun, 15 Mar 2020 09:32:43 +0000 (UTC) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; format=flowed W3 supports HTTPS but doesn't redirect HTTP requests to HTTPS, so we might as well use the HTTPS link directly. -- Augustin --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-ox-html.el-Use-HTTPS-for-link-to-W3-HTML-validator.patch Content-Transfer-Encoding: quoted-printable Content-Description: patch From=20bb0e5029249e0b19b17cf833fec480c21518dc52 Mon Sep 17 00:00:00 2001 From: Augustin Fabre Date: Sun, 15 Mar 2020 09:44:46 +0100 Subject: [PATCH] ox-html.el: Use HTTPS for link to W3 HTML validator * lisp/ox-html.el (org-html-validation-link): Use HTTPS link to W3 HTML validator. TINYCHANGE =2D-- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 319f178cb..5419ed50d 100644 =2D-- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1279,7 +1279,7 @@ like that: \"%%\"." (string :tag "Format string")))) =20 (defcustom org-html-validation-link =2D "Validate" + "Validate" "Link to HTML validation service." :group 'org-export-html :type 'string) =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAEBCgAdFiEEPnEDHZQpjXp32HIemaAaopP9pDUFAl5t9joACgkQmaAaopP9 pDVbqQv9E5afZJrjIOJlJEyHBciE0aHUTnUE3+t0BvYoL1xIoq5Ggbv9xPQKph/f p8HcSUMlgZ+/W1Npwksa9a5ODZlJZB65Bvw94XsnjwgNfcltlTzLWd8bNPFf2X6l FceHDHfsVwVXijJ1peqOyLCYesJpEkruykVkORD6DMUNlaXOU64wRffw85/2uZab oQ934c5HNcYXluJU1Rxacp/Fsu80ghKDlzGNgGpWEpLltnIF0othpPIGE0CYSAjl 78bwXHA85SkQq3FbTxVQCvGS6YhnKppATQWGv0Oco1gE0Z51I9To9NC38tOCpDUh o5YuyQYFVYNifCb38SgVbXdEaV3twbMpbpf6dS49gjjVZPCx3OVMmjeVrCc5z2Jo qWNloUqXakmDVK2JlxFvmo6wCuMu6qerZkHsSgHAMuclvVzY/tpwRVH3ZJBvTcJr yqMMlNFrpFsFwPCc4B19iecrj3x36YZUeDcfi5yAPraZhqwsiTGZr1Ut/yiOQXQn wvOEoZK7 =RzTy -----END PGP SIGNATURE----- --==-=-=--