היסטוריית גרסאות עבור Web Design Ruler - גרסה אחת
Web Design Ruler LXB-Studio מאת
היסטוריית גרסאות עבור Web Design Ruler - גרסה אחת
יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.
הגרסה העדכנית ביותר
גרסה 1.1.1
תאריך שחרור: 10 יוני 2025 - 50.36 ק״בעובד עם firefox 78.0 ומעלהSecurity 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.
קוד המקור משוחרר תחת כל הזכויות שמורות
הורדת Firefox וקבלת ההרחבהיש צורך ב־Firefox כדי להשתמש בהרחבה זו