Arcus92 / instagram-video-control

Adds video playback controls to Instagram.
MIT License
22 stars 1 forks source link

Don't use `innerHTML` when updating icons in the UI #36

Closed Arcus92 closed 1 week ago

Arcus92 commented 5 months ago

The Firefox AddOns Store detects the use of innerHTML and marks it as a possible security vulnerability. Even though I only use it with controlled inputs, to change the icons, I should replace the code with something like document.createElement. At least to get rid of the warning.