wip chat rooms can now create new room with prompt
This commit is contained in:
@@ -110,4 +110,8 @@
|
||||
- [separation of concern](https://adamwathan.me/css-utility-classes-and-separation-of-concerns/)
|
||||
- [decoupling css and html](https://www.smashingmagazine.com/2012/04/decoupling-html-from-css/)
|
||||
|
||||
### security
|
||||
- [xss attack with innerHTML](https://gomakethings.com/a-safer-alternative-to-innerhtml-with-vanilla-js/)
|
||||
- [xss attack innerHTML prevention](https://stackoverflow.com/questions/30661497/xss-prevention-and-innerhtml)
|
||||
- [xss attack prevention with createTextNode](https://stackoverflow.com/questions/11654555/is-createtextnode-completely-safe-from-html-injection-xss)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user