Closed
Bug 653223
Opened 15 years ago
Closed 14 years ago
ReCAPTCHA API URL change
Categories
(Cloud Services :: Server: Account Portal, defect)
Cloud Services
Server: Account Portal
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Atoll, Unassigned)
Details
(Keywords: regression)
+++ This bug was initially created as a clone of Bug #653195 +++
Oh dear. All signups currently fail to display a captcha, because we didn't change the URL as described in this message:
http://groups.google.com/group/recaptcha/browse_thread/thread/57baacc2a067035a
We are indeed getting a cert error.
---
The transition involves a very simple change to your code. Any time
between now and April 11, you need to replace all instances of:
https://api-secure.recaptcha.net/XXX
with:
https://www.google.com/recaptcha/api/XXX
If you don’t make the change before April 11, your users might see SSL
certificate warnings when visiting your site. (However, the CAPTCHA
should still load normally, unless the user has restrictive security
settings.)
---
Code is possibly here:
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/syncSetup.js#72
This affects Aurora.
Comment 1•14 years ago
|
||
Fixed long ago
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•