diff --git a/integrations/HubSpot/browser.js b/integrations/HubSpot/browser.js index 36a7c61c61..cede2dedae 100644 --- a/integrations/HubSpot/browser.js +++ b/integrations/HubSpot/browser.js @@ -8,7 +8,7 @@ class HubSpot { } init() { - const hubspotJs = `http://js.hs-scripts.com/${this.hubId}.js`; + const hubspotJs = `https://js.hs-scripts.com/${this.hubId}.js`; ScriptLoader("hubspot-integration", hubspotJs); logger.debug("===in init HS===");