0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

Add https to notice requests

Dieser Commit ist enthalten in:
angusmcleod 2021-11-25 14:38:16 +08:00
Ursprung fac8d821cf
Commit 7af77533ba

Datei anzeigen

@ -245,7 +245,7 @@ class CustomWizard::Notice
end end
def self.subscription_message_url def self.subscription_message_url
"http://#{subscription_message_domain}/subscription-server/messages.json" "https://#{subscription_message_domain}/subscription-server/messages.json"
end end
def self.plugin_status_domain def self.plugin_status_domain
@ -254,7 +254,7 @@ class CustomWizard::Notice
end end
def self.plugin_status_url 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 end
def self.request(archetype) def self.request(archetype)