Is sandbox in iframes not supported? #4175
-
I wanted to implement a little sandbox iframe in my web to test an injectable dynamic javascript feature, but i see that sandbox is not an element of iframe anymore... although it appears in the source code commented as Is there any particular reason this is not supported? Am I missing something, maybe? I'd appreciate some insight. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can add attributes that we don't support by putting "sandbox" in quotes:
but in reality we should just update iframe to have the sandbox attribute directly. |
Beta Was this translation helpful? Give feedback.
You can add attributes that we don't support by putting "sandbox" in quotes:
but in reality we should just update iframe to have the sandbox attribute directly.