I’m planning to follow this tutorial in order to allow my subscribers to add images to comments (actually a custom post type called “Replies”).
WordPress filters <img>
tags by default (except for the admin).
Will my WordPress site be vulnerable to Cross-Site Scripting (XSS) if I allow img HTML tags in my comment section?