From 33c1bfb63a03c5a48e3b8acc08cfc6da64d05392 Mon Sep 17 00:00:00 2001 From: NeoCoderMatrix86 <40752681+NeoCoderMatrix86@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:25:38 +0200 Subject: [PATCH] Remove headers for ffmpeg wasm --- netlify.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/netlify.toml b/netlify.toml index fc5ce0b8..ff1c0508 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,9 +1,4 @@ [[redirects]] from = "/*" to = "/index.html" - status = 200 -[[headers]] - for = "/*" - [headers.values] - Cross-Origin-Opener-Policy = "same-origin" - Cross-Origin-Embedder-Policy = "require-corp" \ No newline at end of file + status = 200 \ No newline at end of file