NickMaev / react-core-boilerplate

Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
MIT License
218 stars 61 forks source link

Fix initialReduxState xss problem. #21

Closed XuHaoJun closed 4 years ago

XuHaoJun commented 4 years ago

escape like "<" to "\u003C"

NickMaev commented 4 years ago

@XuHaoJun Thank you very much for your contribution! But I've needed to add the same for the TypeScript version.