Daniel3356 / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 1 forks source link

Patch for /trunk/recaptcha-plugins/php/recaptchalib.php #184

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here's a change I've been using in my software project. By providing a 
scheme-relative URL for the API server, we no longer have to specify whether to 
use SSL or not. Instead, the browser uses the same protocol as the surrounding 
webpage.

Newer versions of Firefox throw a warning if an HTTPS page tries to include 
non-HTTPS iframes. Using a scheme-relative URL ensures you will avoid this 
problem.

Original issue reported on code.google.com by aaronwells on 28 Feb 2014 at 3:58

Attachments: