mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
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:
parent
43f1727ef9
commit
10ce652d7a
10 changed files with 15 additions and 15 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue