DEV Community

AndyBullet
AndyBullet

Posted on

Cross-origins in HTML iFrame

Hi guys! I have a question.
I would like to remove from my site the function that prevents its elements from being manipulated in the iFrames of HTML from differen origins. In simple words, I want to allow myself to access element by iFrame. Is it possible?

Top comments (2)

Collapse
 
nemecek_f profile image
Filip Němeček

According to specs no developer.mozilla.org/en-US/docs/W... For security reasons

Collapse
 
andybullet profile image
AndyBullet

But the site is mine