diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-23 17:43:53 +0200 |
---|---|---|
committer | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-24 22:25:38 +0200 |
commit | 65aed407b07a5e8ef19ced43f958c14c046e6ed8 (patch) | |
tree | fd380c19b6e549972e9cc925c4974a622670ecca | |
parent | b3ad67dc224403c463fbea5ddb5f01dcacf3cb02 (diff) | |
download | bugzilla-65aed407b07a5e8ef19ced43f958c14c046e6ed8.tar.gz bugzilla-65aed407b07a5e8ef19ced43f958c14c046e6ed8.tar.xz |
Bug 1490595 - Bugzilla update check should use https
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 185a30390..525705ce1 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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, |