reCAPTCHA not Work on SSL Site
Created by: first087
I config my http site. It not problem.
But, my https site found this problem.
I known GitLab use reCAPTCHA helper from https://github.com/ambethia/recaptcha
For enable SSL, must set config.use_ssl_by_default
is true
Ref1. https://github.com/ambethia/recaptcha#recaptcha_tags
Ref2. https://github.com/ambethia/recaptcha/blob/master/test/helper.rb#L20
For GitLab, I not found this config.
https://github.com/gitlabhq/gitlabhq/blob/master/lib/gitlab/recaptcha.rb#L8
Please fix it.