data:// uri XSS – using wrappers
Is there any way to load html data uri:
data:text/html,<html><svg/onload=confirm(1)></html>
with this scheme:
data://
i have seen this payload going around:
data://text/javascript,alert(1)
But only … Continue reading data:// uri XSS – using wrappers