Remove allow-same-origin
from iframe sandbox attribute
#10716
Labels
Type:Bug
Something isn't working
allow-same-origin
from iframe sandbox attribute
#10716
allow-same-origin allows the iframed app to access the parent DOM.
This is sub-optimal from a security perspective and shall be removed.
In order to allow interaction between iframe and parent postMessage() shall be used.
Affected extensions:
The text was updated successfully, but these errors were encountered: