开发者

Self-contained XSS

开发者 https://www.devze.com 2023-03-01 06:21 出处:网络
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??

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消