tree: d93f73619d54d01f8f5b220417e20ad1ce1336eb [path history] [tgz]
  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-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.