Guest
06 Nov 2013 02:30

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.

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
06 Nov 2013 05:48

Please check latest version. That should be already fixed.


Guest
06 Nov 2013 13:46

Thanks.


Sergey
Total posts: 13,748
07 Nov 2013 07:06

8.539


Guest
07 Nov 2013 17:54

Seems to be fixed. Thanks!

Powered by Cobalt