Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created July 8, 2020 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kypflug/42f8fa765b01bfe765c5a2f3659628ac to your computer and use it in GitHub Desktop.
Save kypflug/42f8fa765b01bfe765c5a2f3659628ac to your computer and use it in GitHub Desktop.
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