svn commit: r52468 - head/en_US.ISO8859-1/htdocs/cgi

John-Mark Gurney <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: jmg (src committer)
Date: Mon Nov  5 16:47:30 2018
New Revision: 52468
URL: https://svnweb.freebsd.org/changeset/doc/52468

Log:
  use https instead of http for this link.
  
  We redirect http to https, so it saves this redirect (and possible hijack)
  when a client doesn't track HSTS
  
  Reviewed by:	eadler

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/getmsg.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/getmsg.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/getmsg.cgi	Mon Nov  5 16:19:30 2018	(r52467)
+++ head/en_US.ISO8859-1/htdocs/cgi/getmsg.cgi	Mon Nov  5 16:47:30 2018	(r52468)
@@ -126,7 +126,7 @@ sub MessageToHTML
     my ($header, $body) = split(/\n\n/, $doc, 2);
     my ($i, %hdr, $field, $data, $message);
     my ($mid) = 'mid.cgi';
-    my ($mid_full_url) = 'http://docs.FreeBSD.org/cgi/mid.cgi';
+    my ($mid_full_url) = 'https://docs.FreeBSD.org/cgi/mid.cgi';
     my ($tmid,$tirt,$tref);
     
     $body = &AddAnchors(&EscapeHTML($body));
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.