Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14474: use https to upload extensions
  • Loading branch information
MichaelDaum committed Sep 13, 2017
1 parent c412636 commit 69c0553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/extension_installer
Expand Up @@ -35,7 +35,7 @@ the history of any topic changed during the installation.
package Foswiki;

# The root of package URLs
my $PACKAGES_URL = 'http://foswiki.org/pub/Extensions';
my $PACKAGES_URL = 'https://foswiki.org/pub/Extensions';

# Establish where we are
my @path = ( 'tools', 'extender.pl' );
Expand Down

0 comments on commit 69c0553

Please sign in to comment.