Switch http:// URLs to https:// where available

Upgrade 14 http:// URLs across 10 files to https:// after verifying
the sites support HTTPS.
This commit is contained in:
Acts1631 2026-07-07 18:03:16 -04:00
commit 10ce652d7a
10 changed files with 15 additions and 15 deletions

View file

@ -1279,7 +1279,7 @@ sub cmd_scripassist {
my $number = defined $args[1] ? $args[1] : 10;
bg_do("top ".$number);
} elsif ($args[0] eq 'cpan' && defined $args[1]) {
call_openurl('http://search.cpan.org/search?mode=module&query='.$args[1]);
call_openurl('https://search.cpan.org/search?mode=module&query='.$args[1]);
} elsif ($args[0] eq 'autorun' && defined $args[1]) {
toggle_autorun($args[1]);
} elsif ($args[0] eq 'new') {