Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dummy iFrame page</title>
</head>
<body>
<h1>iFrame CSP test</h1>
<iframe id="theIframe"
sandbox="allow-scripts"
width=800
height=800
</iframe>
</body>
</html>