I have an iframe declared as
<iframe src="..." sandbox="allow-scripts">
....
</iframe>
Notice that I have not specified the allow-same-origin
property.
What is the origin of the iframe? If I want to fetch a resource inside the iframe from an external domain, which origin should I allow in CORS headers?