I’m currently building a single page application using ReactJS.
I read that one of the reasons for not using localStorage
is because of XSS vulnerabilities.
Since React escapes all user input, would it now be safe to use localStorage
?
I’m currently building a single page application using ReactJS.
I read that one of the reasons for not using localStorage
is because of XSS vulnerabilities.
Since React escapes all user input, would it now be safe to use localStorage
?