I am revisiting this. (occuring also for 6.2.9080) I believe I may have identified the issue with reCAPTCHA not showing up for Firefox and Chrome:
When I went into Chome's debug for the signup page [F12], this was showing as a warning:
- Code: Select all
Refused to load the script 'https://www.google.com/recaptcha/api.js' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.
and here is some info on the ContentSecurity Policy
https://developer.chrome.com/extensions ... rityPolicyHopefully someone smarter than I can actually implement this,
the complete list of warnings: signup.view
- Code: Select all
Refused to load the stylesheet 'http://fonts.googleapis.com/css?family=Varela+Round:400' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.
Refused to load the stylesheet 'http://fonts.googleapis.com/css?family=Montserrat:400,700' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.
Refused to load the script 'https://www.google.com/recaptcha/api.js' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.
This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m.
Refused to load the stylesheet 'http://fonts.googleapis.com/css?family=Varela+Round:400' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.
Refused to load the stylesheet 'http://fonts.googleapis.com/css?family=Montserrat:400,700' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback..