# The gphoto2 WASM module is built with pthreads and allocates a *shared*
# WebAssembly.Memory, which needs SharedArrayBuffer, which browsers only hand
# to a cross-origin isolated page. Without these two headers the app doesn't
# degrade - it fails to start. Same pair as serve.json uses locally.
/*
  Cross-Origin-Embedder-Policy: require-corp
  Cross-Origin-Opener-Policy: same-origin
