?
Referenced as Pull Request for: # 7237
avatar remotehelp
remotehelp
20 Apr 2015

if cache enabled and before contact page loaded via HTTP and then contact page loaded via HTTPS - reCaptcha not work! Because loaded via HTTP, script (http://www.google.com/recaptcha/api/js/recaptcha_ajax.js) on HTTPS contact page blocked in browser by default as unsafe...

maybe in /plugins/captcha/recaptcha/recaptcha.php use just "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js" instead:

$file = $app->isSSLConnection() ? 'https' : 'http';
$file .= '://www.google.com/recaptcha/api/js/recaptcha_ajax.js';

?

avatar remotehelp remotehelp - open - 20 Apr 2015
avatar zero-24 zero-24 - change - 29 Apr 2015
Category Plugins
avatar zero-24
zero-24 - comment - 29 Apr 2015

@remotehelp can you try your solution and send a PR with your changes?

If you need help by the PR see: https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests

Thanks!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6807.

avatar brianteeman
brianteeman - comment - 17 Jun 2015

@nikosdion as you wrote the recapthca plugin do you have any thoughts on this


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6807.

avatar nikosdion
nikosdion - comment - 18 Jun 2015

Good morning. I'm afraid I didn't write this plugin :( The plugin was written by @nonumber. It eventually became out of sync with the Joomla! development branch because it took too long to be merged. Since Peter had no time to make the code mergeable, the deadline for the release was looming and I had half a day to spare I stepped in and made the barely minimum changes to make the reCAPTCHA plugin mergeable into the staging branch. I have no idea how the plugin really works.

avatar brianteeman
brianteeman - comment - 18 Jun 2015

ah - my memory failed me @nikosdion

@nonumber any thoughts on this issue?

avatar zero-24
zero-24 - comment - 22 Jun 2015

Closing as we have a PR here: #7237 by @OctavianC Thanks :smile:

avatar zero-24 zero-24 - change - 22 Jun 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-06-22 10:39:16
Closed_By zero-24
Build master staging
avatar zero-24 zero-24 - close - 22 Jun 2015

Add a Comment

Login with GitHub to post a comment