Y
Hacker News
new
|
ask
|
show
|
jobs
by
qaco
3409 days ago
how do you sandbox the iframe/code?
1 comments
lionleaf
3409 days ago
Using the <iframe> "sandbox" property. At least stops things like alert('hey') and a full-page redirect
link