com_cobalt/library/php/helpers/helper.php calls JRoute::() method with a hard-coded "-1" value for the third argument, which means an unsecured http connection. If Joomla is running over HTTPS, the browser blocks loading the unsecured javascript content. The third value in the JRoute::() method call should not be hard-coded, but use the scheme of the current page.
See the attached screenshot from Chrome's dev tools.
This is CRITICAL for our project, which is to be delivered in 2 weeks, and must be supported on HTTPS.
com_cobalt/library/php/helpers/helper.php calls JRoute::() method with a hard-coded "-1" value for the third argument, which means an unsecured http connection. If Joomla is running over HTTPS, the browser blocks loading the unsecured javascript content. The third value in the JRoute::() method call should not be hard-coded, but use the scheme of the current page.
See the attached screenshot from Chrome's dev tools.
This is CRITICAL for our project, which is to be delivered in 2 weeks, and must be supported on HTTPS.