You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed:
iframeContent.setAttribute("style", "width:100%;height:100%;");
To:
iframeContent.style.width="100%;
iframeContent.style.height="100%;
This means that a content-security-policy website header can be set to allow for a more secure implementation.
0 commit comments