A helper for safely embedding URLs in style properties. Avoids CSS XSS exposure and sanitizes user-provided URLs.
<div style='background-image: url("https://example.com/avatar.png")' ></div>
- Ember.js v3.16 or above
- Embroider or ember-auto-import v2
- Node.js v14 or above
ember install ember-css-url
[Longer description of how to use the addon in apps.]
See the Contributing guide for details.
This project is licensed under the MIT License.