is there a way to exp开发者_StackOverflowloit the victims through Self-contained XSS, XSS vulnerabilities which are protected by CSRF protections based on login credential ??
Thanks
Assuming that self-contained XSS is a data:
URI containing HTML with JS, then no.
data:
URIs are considered to have unique origin, which is different from all other origins.
精彩评论