Jump to content

Widget is using http instead of https


Espen Kristensen

Recommended Posts

When i add the widget code to another website, it tries to load the widget.loader.min.js from "http://mydomain..".Since my domain is using SSL/HTTPS the widget won't load unless i change the code from:

 

(document,'script','//www.mydomain.com/components/com_jreviews_addons/widgetfactory/views/js/widget.loader.min.js');

 

to:


 

Is there any way to force the widget add-on to only use https? 

Link to comment
×
×
  • Create New...