WintrCat / freechess

WintrCat's Game Report ♟️
https://chess.wintrcat.uk
Other
608 stars 154 forks source link

Merge freechessnorecaptcha to master #4

Closed Theohaines closed 9 months ago

Theohaines commented 9 months ago

I've added changes to the api.js file to allow users to disable the reCAPTCHA check entirely if they are hosting on their local network by adding an argument to the .env file called USE_RECAPTCHA=false. Also updated the readme.md file to explain how to disable the reCAPTCHA.

Theohaines commented 9 months ago

Also on the publicly hosted version you shouldn't need to change anything because it only disables the reCAPTCHA if the USE_RECAPTCHA=false argument exists in the .env file