Open jure965 opened 3 years ago
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()
Hello! I'd like to work on this issue and issues #27 and #24 . Could you assign them to me?
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()