officert / vue-friendly-iframe

A Vue js component for creating super fast loading, non-blocking iframes.
https://officert.github.io/vue-friendly-iframe/
307 stars 57 forks source link

sandbox attribute support available? #34

Closed dbaba closed 3 years ago

dbaba commented 3 years ago

For a child document to access its parent storage (and/or cookies), sandbox attribute is required in the iframe tag.

Is there any way to set the prop?