Module Iframe.Attributes

type sandbox = [
| `allow_forms
| `allow_modals
| `allow_orientation_lock
| `allow_pointer_lock
| `allow_popups
| `allow_popups_to_escape_sandbox
| `allow_presentation
| `allow_same_origin
| `allow_scripts
| `allow_top_navigation
| `allow_top_navigation_by_user_activation
]