Remove initial sandbox

This commit is contained in:
Nicholas Jitkoff 2022-12-27 23:45:00 -08:00
parent 381534ee97
commit 1564632fd3

View file

@ -15,5 +15,5 @@
<script nomodule> location.href = "/v1/" + location.hash </script>
<noscript>itty.bitty requires JavaScript.</noscript>
</head>
<iframe id="iframe" sandbox="allow-same-origin allow-downloads allow-scripts allow-forms allow-top-navigation allow-popups allow-modals allow-popups-to-escape-sandbox"></iframe>
<iframe id="iframe"></iframe>
</html>