From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 0910230be6e: ; Prefer HTTPS to HTTP in more links Date: Fri, 04 Aug 2023 10:37:45 +0300 Message-ID: <838rarw94m.fsf@gnu.org> References: <20230802214156.1EF72C038BC@vcs2.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28190"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yuri.v.khan@gmail.com, ruijie@netyu.xyz, emacs-devel@gnu.org To: Stefan Kangas , Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 04 09:38:27 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qRpOE-00078V-IL for ged-emacs-devel@m.gmane-mx.org; Fri, 04 Aug 2023 09:38:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qRpNS-0000pP-Jx; Fri, 04 Aug 2023 03:37:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qRpNQ-0000iC-BN for emacs-devel@gnu.org; Fri, 04 Aug 2023 03:37:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qRpNO-0008QM-SC; Fri, 04 Aug 2023 03:37:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=4atcBSHvwsi4bnAlmLmHBIftwtg0SpXyiJxJm9G2woI=; b=h20olwW10NxN 0A0FOEb3oJigU+AeITPuKfImFRadFiT5fjkEjo14qWWdPmCgxiimFenxZ6EOX2YsTu7Pzxmf4LCd7 3BFblvJNU1bCsZt998YPZi0N1bGFtkqaV9TrSKb/jKGctmX6p/vjoUIyMUdxmbeN8KJuZx0F2HdbM ZMS5JJv3soQ/rx86E6E3D7iyjTcMXRMyOSKLHnQDMDET4Jv/uVj862q0lWoDHN3D8oXXUup3rAu/G +8Y4D5tvT5h5NeudLxKvVA/XWnbjYs7hTspfgDTcAvDaeg9R2ttPA0Qbl0nFV3P2MggSuJq73FsRl suosHqf1pv9fnIvx9hpdVQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qRpNO-0003Kh-BI; Fri, 04 Aug 2023 03:37:34 -0400 In-Reply-To: (message from Stefan Kangas on Fri, 4 Aug 2023 09:29:12 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308274 Archived-At: > From: Stefan Kangas > Date: Fri, 4 Aug 2023 09:29:12 +0200 > Cc: Ruijie Yu , emacs-devel@gnu.org > > > > I believe there are some places where you modified, where http is indeed intended rather than https. For example, doc/misc/org.org tries to tell readers that Org supports many protocols, one of which is http. > > True. It's not the best example though, as it now redirects to the > https version. > > (Are we sure we need an example for HTTP when we already have an HTTPS > one? HTTPS implies HTTP, doesn't it?) Ihor, any comments on this part? Thanks.