Lisäosan Web Design Ruler versiohistoria - 1 versio
Web Design Ruler tekijä LXB-Studio
Lisäosan Web Design Ruler versiohistoria - 1 versio
Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.
Uusin versio
Versio 1.1.1
Julkaistu 10. kesä 2025 - 50,36 ktYhteensopivuus: firefox 78.0 ja uudemmatSecurity Fix: Removed innerHTML Usage
What was fixed: Replaced allinnerHTMLassignments with safe DOM manipulation methods usingcreateElement()andappendChild()to prevent XSS vulnerabilities.
Why it matters: UsinginnerHTMLcan expose the extension to script injection attacks. The new approach creates DOM elements programmatically, ensuring user input and external data cannot execute as code.
Key changes:
- Created helper functionscreateElement()andclearElement()for safe DOM manipulation
- All dynamic content now usestextContentinstead ofinnerHTML
- Color swatches, labels, and UI elements are built using proper DOM methods
- No functional changes - the extension works exactly the same, just more securelyThis makes the extension compliant with modern security standards and store requirements.
Lähdekoodi julkaistu lisenssillä Kaikki oikeudet pidätetään