-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.7, 2.5.3, 2.6
-
Component/s: Feedback
-
Database:Any
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
Fixed Branches:MOODLE_25_STABLE, MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-43632-master -
Pull Master Diff URL:
The CAPTCHA question type in the Feedback module does not display anything if the Moodle site is using HTTPS.
The activity uses an implementation of reCAPTCHA, which requires the API request for the challenge to be made via HTTPS if the site is using HTTPS. However it is currently coded to always make the request via HTTP.