reCaptcha: allow for all domains or add via API

让人想犯罪 __ 提交于 2019-12-04 02:45:23
Johnc

For multiple domains you can use the Secure Token method. Secure Token (Deprecated)

A reCAPTCHA key is normally tied to a set of individual domains. However, if your list of valid domains is extremely long, fluid, or unknown, we give you the option to turn off the domain name checking on reCAPTCHA's end, and instead check on your server.

https://developers.google.com/recaptcha/docs/domain_validation

x13

ReCaptcha actually allows you to add up to 50 domains, all domains must be on a new line in the domain input box.

Domain registration also includes any and all sub-domains.

If necessary, you can disable domain name checking but it is highly discouraged since doing so creates a considerable security hole.

Google reCaptcha doc about domains: Domain/Package Name Validation (link updated)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!