]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1490595 - Bugzilla update check should use https
authorKohei Yoshino <kohei.yoshino@gmail.com>
Sun, 23 Sep 2018 15:43:53 +0000 (11:43 -0400)
committerKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 24 Sep 2018 20:25:38 +0000 (16:25 -0400)
Bugzilla/Constants.pm

index 185a303900ea2406f854c637eec8aa1756d008c3..525705ce17a3b8c59f8d4db9a58e93cd55903074 100644 (file)
@@ -210,7 +210,7 @@ sub BUGZILLA_VERSION {
 }
 
 # Location of the remote and local XML files to track new releases.
-use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
+use constant REMOTE_FILE => 'https://updates.bugzilla.org/bugzilla-update.xml';
 use constant LOCAL_FILE  => 'bugzilla-update.xml'; # Relative to datadir.
 
 # These are unique values that are unlikely to match a string or a number,