jure965 / OpenLorem

Lorem ipsum API client web extension
GNU General Public License v3.0
15 stars 6 forks source link

Use safe methods to insert lorem impsum into DOM #28

Open jure965 opened 3 years ago

jure965 commented 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()

lyu4321 commented 3 years ago

Hello! I'd like to work on this issue and issues #27 and #24 . Could you assign them to me?