What are the security risks of allowing users to add iframes?
In my web app I’m using a good sanitizer which let’s me to whitelist some specific html tags.
I’d like to allow <iframe> so that users can insert youtube videos and so on.
However I’m worried about vulnerabilities that this approach … Continue reading What are the security risks of allowing users to add iframes?