0
Hello I need to upload a partner site within my site. However I would like to make changes to the stylization using jQuery preferably.
I found the solution below to manipulate the elements.
$('.header__logo', window.parent.meuIframe.document).style["display"] = "none";
But when executing I came across the following error:
blocked a frame with origin null from accessing a cross-origin frame
Such a change is possible to be made, it would have some way not to fall into the same-origin policy? .