DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
Hi, I am not sure if this is a bug or just a suggestion for common practice, when checking the bower.json spec, it specifies that the name attribute
- Must be unique.
- Should be slug style for simplicity, consistency and compatibility. Example: unicorn-cake
- Lowercase, a-z, can contain digits, 0-9, can contain dash or dot but not start/end with them.
- Consecutive dashes or dots not allowed.
- 50 characters or less.
Background & Context
Hi, I am not sure if this is a bug or just a suggestion for common practice, when checking the bower.json spec, it specifies that the name attribute
Bug
The current bower.json is using uppercase.