Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created July 8, 2020 16:07
Embed
What would you like to do?
Storage Access API: Sandboxing
<html>
<body>
<iframe sandbox="allow-scripts allow-storage-access-by-user-activation allow-same-origin" src="https://constoso.social/embed.htm"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment