Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reCAPTCHA to browser check page #189

Open
disperse opened this issue Sep 6, 2018 · 2 comments
Open

Add reCAPTCHA to browser check page #189

disperse opened this issue Sep 6, 2018 · 2 comments
Assignees

Comments

@disperse
Copy link
Contributor

disperse commented Sep 6, 2018

To filter out bots before they get in the game.

@disperse disperse added enhancement next The issues scheduled for the next sprint labels Sep 6, 2018
@disperse disperse self-assigned this Sep 6, 2018
@wyattis
Copy link
Member

wyattis commented Sep 6, 2018

Couldn't you load the captcha script after the page loads using something like this?

script.onload = function () {
    //do stuff with the script
};
script.src = 'https://www.google.com/recaptcha/api.js';

document.head.appendChild(script);

@disperse
Copy link
Contributor Author

disperse commented Sep 7, 2018

Also check, if multiple people are joining from the same IP address.

@disperse disperse added v2.4 and removed next The issues scheduled for the next sprint labels Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants