tree: a5647a19e2e2f08aa70c430b055f5a5e22e0a906 [path history] [tgz]
  1. crashy-popup.sub.html
  2. crashy-popup.sub.html.headers
  3. frame.html
  4. frame.html.headers
  5. helpers.mjs
  6. helpers.mjs.headers
  7. README.md
  8. send-header-page-script.mjs
  9. send-header-page-script.mjs.headers
  10. 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.