Use safe methods to insert lorem impsum into DOM
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Currently unsafe innerHTML method is used to insert text and html into dom. Mozilla addon auto-tests also complain about this. Please research and see if safe methods can be used, maybe using [DOMParser.parseFromString()](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.