Use https for pgpcontrol URLs

ftp.isc.org supports https as well now, so may as well use it.
This commit is contained in:
Russ Allbery 2016-10-17 16:07:21 -07:00
parent d72fb70d77
commit 9f92729598

View file

@ -6,6 +6,7 @@
# Changes from 1.8 -> 1.9
# -- Add use strict and explicitly import LOCK_EX.
# -- Fix error reporting around lock files with PGP.
# -- Use https for pgpcontrol URLs.
#
# Changes from 1.6 -> 1.8
# -- Added support for GnuPG.
@ -84,9 +85,9 @@ my %force;
$force{'Path'} = 'bounce-back';
$force{'From'} = 'YOUR_ADDRESS_AND_NAME';
$force{'Approved'} = 'ADDRESS_FOR_Approved_HEADER';
$force{'X-Info'}='ftp://ftp.isc.org/pub/pgpcontrol/README.html'
$force{'X-Info'}='https://ftp.isc.org/pub/pgpcontrol/README.html'
. "\n\t"
. 'ftp://ftp.isc.org/pub/pgpcontrol/README';
. 'https://ftp.isc.org/pub/pgpcontrol/README';
# these headers are acceptable in input, or if not present then will be
# created with the given value. None are enabled by default, because they