I have a problem with my webpage. If my users use the console they can cheat in my JS game, and then save to the server.
Can I send a redirect to the login page if they try to execute anything from console?
I have a problem with my webpage. If my users use the console they can cheat in my JS game, and then save to the server.
Can I send a redirect to the login page if they try to execute anything from console?
See this post for more information about the question you're asking - you may be a little off in your understanding of the situation:
How does Facebook disable the browser's integrated Developer Tools?