rykas-productions / chivalry-engine

Chivalry Engine
MIT License
14 stars 9 forks source link

Explore possibility of dropping reCaptcha and FraudGuard. #93

Closed MasterGeneral156 closed 5 years ago

MasterGeneral156 commented 5 years ago

reCaptcha itself requires an HTTPS connection on the game, and we can't guarantee a game has that, making reCaptcha kinda useless. Perhaps we could cook up something that doesn't depend on reCaptcha?

FraudGuard is nice, but its free plan is limited. Realistically, we cache the results already, to lessen the look ups, but having FG built into the engine itself seems kinda bloatly. Most games could probably get by without FG.

MasterGeneral156 commented 5 years ago

FraudGuard is 90% removed from the engine. Gotta do some clean up.

MasterGeneral156 commented 5 years ago

I think FraudGuard has been removed entirely now

MasterGeneral156 commented 5 years ago

Gonna keep reCaptcha. I don't think we can do much better than it, for now. :P