instagram-video-control icon indicating copy to clipboard operation
instagram-video-control copied to clipboard

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

Open Arcus92 opened this issue 10 months ago • 0 comments

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.

Arcus92 avatar Apr 16 '24 20:04 Arcus92