http-server icon indicating copy to clipboard operation
http-server copied to clipboard

CORS Policy Configuration Support

Open caperaven opened this issue 3 years ago • 0 comments

Description

Would like to define cors policy

{ "key": "Cross-Origin-Embedder-Policy", "value": "require-corp" }, { "key": "Cross-Origin-Opener-Policy", "value": "same-origin" }

Why is this useful?

To run multithreaded web assembly using wasm_bindgen_ryon

caperaven avatar Oct 08 '22 19:10 caperaven