Web Design Ruler のバージョン履歴 - 全 1 バージョン
Web Design Ruler 作成者: LXB-Studio
Web Design Ruler のバージョン履歴 - 全 1 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.1.1
リリース日 : 2025年6月10日 - 50.36 KBfirefox バージョン 78.0 以降 で動作Security 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.
ソースコードは All Rights Reserved に従いリリースされています