tree: 906b253db8e7d0a725fc301cfe9ad74011912e24
  1. child-frame-script.mjs
  2. child-frame-script.mjs.headers
  3. helpers.mjs
  4. helpers.mjs.headers
  5. README.md
  6. send-origin-isolation-header.py
origin-isolation/resources/README.md

Why are there .headers files here for the .mjs scripts?

Because ../getter-special-cases/sandboxed-iframe.sub.https.html is testing an opaque origin, which is cross-origin with these scripts. Since <script type="module"> respects the same-origin policy, we need CORS headers to allow them to be accessed.