reCAPTCHA 在 IE8 中不起作用
reCAPTCHA (Zend_Service_ReCaptcha) 在我们的网站上无法在 IE 8 中运行。
请访问此网站。 有谁知道为什么?它正在其他地方工作,包括 FF、Opera 等。 多谢!
reCAPTCHA (Zend_Service_ReCaptcha) is not working in IE 8 on our site.
Look at this web site.
Does anyone know why? It is working elsewhere including FF,Opera, etc.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个
https
页面,reCaptcha 的图像和其他项目通过http
传递并被阻止。It is an
https
page, and the images and other items for reCaptcha are delivered viahttp
and get blocked.回答问题; 有没有办法为 reCAPTCHA 启用 HTTPS?
我修复了它,只是将
array('ssl' => true)
添加到参数中,如下所示:To answer the question; Is there anyway to enable HTTPS for reCAPTCHA?
I fixed it, just added
array('ssl' => true)
to params like this: