AnimateItNow is a project using HTML, CSS, and JavaScript.
If you discover a security issue (e.g. unintended script execution or unsafe DOM updates), please report it by opening a GitHub Issue or contacting the maintainers directly.
- Avoid using some particular JS methods that may create potential attack vectors for XSS injections.
- Prefer secure DOM methods (
textContent
,createElement
,appendChild
) when injecting dynamic content. - Do not link to untrusted external scripts or stylesheets.
This project is intended for opensource use by various people from all over the world, hence security is a top priority regardless of it being a frontend focused project. Refer CONTRIBUTING.md to know more regarding how you can make a contribution.