From 7af77533bacccbc97a5d5619bbbcd233187e3ead Mon Sep 17 00:00:00 2001 From: angusmcleod Date: Thu, 25 Nov 2021 14:38:16 +0800 Subject: [PATCH] Add https to notice requests --- lib/custom_wizard/notice.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/custom_wizard/notice.rb b/lib/custom_wizard/notice.rb index abd27559..9d5c1edf 100644 --- a/lib/custom_wizard/notice.rb +++ b/lib/custom_wizard/notice.rb @@ -245,7 +245,7 @@ class CustomWizard::Notice end def self.subscription_message_url - "http://#{subscription_message_domain}/subscription-server/messages.json" + "https://#{subscription_message_domain}/subscription-server/messages.json" end def self.plugin_status_domain @@ -254,7 +254,7 @@ class CustomWizard::Notice end def self.plugin_status_url - "http://#{plugin_status_domain}/plugin-manager/status/discourse-custom-wizard" + "https://#{plugin_status_domain}/plugin-manager/status/discourse-custom-wizard" end def self.request(archetype)