Skip to content

Add ssl true option in recaptcha_tags

Matheus Miranda requested to merge unb-gama/noosfero:recaptcha_tags_fixes into master

When running Noosfero over HTTPS, the recaptcha does not load, since it still uses a HTTP url. This patch forces every recaptcha_tag to use HTTPS, which will work in any case.

Merge request reports