Curt Posted October 28, 2009 Posted October 28, 2009 ok im just looking for some clarification about XSS hacks... if i filter every single user input in my game i will be secure from this type of hack, correct ? im gonna be launching my game soon hopefully but i wanna be secure before i do.... later Quote
a_bertrand Posted October 28, 2009 Posted October 28, 2009 If you filter correctly the input yes. That means, for example, that you don't allow HTML with some JS to be displayed, or you don't allow IFRAMES etc... Quote
Curt Posted October 28, 2009 Author Posted October 28, 2009 thanks alot a_bertrand :D like always your input is greatly appreciated later Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.