Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top