fracture91 / ignpp

Firefox and Chrome extension for boards.ign.com
http://vestitools.pbworks.com/
3 stars 2 forks source link

Quickstats sets innerHTML based on network response #193

Closed fracture91 closed 13 years ago

fracture91 commented 14 years ago

It currently builds a big string of HTML which will include some values retrieved from the network. These values could potentially include some naughty HTML which can be injected through the innerHTML call. I should instead be creating elements and setting textcontent and stuff.