mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
8 lines
233 B
HTML
8 lines
233 B
HTML
<html>
|
|
<head><title>Sandboxed iframe</title></head>
|
|
<body>
|
|
<iframe id="sandboxed-iframe"
|
|
sandbox="allow-scripts"
|
|
srcdoc="<script>var foobarObject = {bug1051224: 'sandboxed'};</script>"></iframe>
|
|
</body>
|
|
</html>
|