wip chat rooms can now create new room with prompt

This commit is contained in:
lenovo
2022-12-07 15:42:36 +01:00
parent 3b60f3952c
commit 556c16e3f2
12 changed files with 111 additions and 35 deletions

View File

@@ -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)