Search code examples
domsame-origin-policy

Same origin policy and the DOM


On the Wikipedia page for the Same Origin Policy, it reads that the mechanism is in place to prevent accessing the DOM between different sites.

If the policy weren't in place, how exactly could sites access each other's DOM?


Solution

  • Via:

    The SOP limits those mechanisms (and some others what give access to information but not DOM) to URLs on the same origin as the page hosting the script.