As now I am developing website using django web framework of python.
I have very concerned with XSS & security of website.
I have read some references related XSS & prevent them using escaping , encoding etc..
so my question is does Django autoescape every input data & handle XSS…
Top comments (0)