Historie doplňku Web Design Ruler - 1 verze
Web Design Ruler od LXB-Studio
Historie doplňku Web Design Ruler - 1 verze
- Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku. 
- Nejnovější verze- Verze 1.1.1Vydáno 10. čvn 2025 – 50,36 KBFunguje s: firefox 78.0 a novějšíSecurity Fix: Removed innerHTML Usage
 What was fixed: Replaced all- innerHTMLassignments with safe DOM manipulation methods using- createElement()and- appendChild()to prevent XSS vulnerabilities.
 Why it matters: Using- innerHTMLcan 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 functions- createElement()and- clearElement()for safe DOM manipulation
 - All dynamic content now uses- textContentinstead of- innerHTML
 - Color swatches, labels, and UI elements are built using proper DOM methods
 - No functional changes - the extension works exactly the same, just more securely- This makes the extension compliant with modern security standards and store requirements. - Zdrojový kód zveřejněn pod licencí Všechna práva vyhrazena 
