Tweak COOP header
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ short_description: Offline browser streaming STT using Rust/WASM
|
|
10 |
custom_headers:
|
11 |
cross-origin-embedder-policy: require-corp
|
12 |
cross-origin-opener-policy: same-origin
|
|
|
13 |
---
|
14 |
|
15 |
Github Repo: https://github.com/lucky-bai/wasm-speech-streaming
|
|
|
10 |
custom_headers:
|
11 |
cross-origin-embedder-policy: require-corp
|
12 |
cross-origin-opener-policy: same-origin
|
13 |
+
cross-origin-resource-policy: cross-origin
|
14 |
---
|
15 |
|
16 |
Github Repo: https://github.com/lucky-bai/wasm-speech-streaming
|