Versiegeschiedenis van Web Design Ruler - 1 versie
Web Design Ruler door LXB-Studio
Versiegeschiedenis van Web Design Ruler - 1 versie
Wees voorzichtig met oude versies! Deze versies worden voor test- en referentiedoeleinden weergegeven.U dient altijd de meest recente versie van een add-on te gebruiken.
Nieuwste versie
Versie 1.1.1
Uitgegeven op 10 jun. 2025 - 50,36 KBWerkt met firefox 78.0 en laterSecurity Fix: Removed innerHTML Usage
What was fixed: Replaced allinnerHTML
assignments with safe DOM manipulation methods usingcreateElement()
andappendChild()
to prevent XSS vulnerabilities.
Why it matters: UsinginnerHTML
can 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 usestextContent
instead 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.
Broncode vrijgegeven onder Alle rechten voorbehouden
Firefox downloaden en de extensie ontvangenU hebt Firefox nodig om deze extensie te gebruiken