Active
Project:
Google Captcha
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2015 at 10:58 UTC
Updated:
3 Nov 2015 at 10:58 UTC
Jump to comment: Most recent
https://www.google.com/recaptcha/api.js was getting aggregated and becoming outdated -- which resulted in the captcha not appearing on the form due to 404s when trying to load an outdated https://www.gstatic.com/recaptcha/api2/.....
google_captcha.module should be changed as follows:
Line 66: drupal_add_js('https://www.google.com/recaptcha/api.js', array('defer' => TRUE, 'async' => TRUE, 'type' => 'external'));
Thanks!
Comments