From b1b1383304bfa981ce61beb5c6531d6160a75a6b Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Wed, 20 Nov 2024 06:46:36 +0100 Subject: Web audio ring buffer impl --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index 1297f03..7d641d8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,6 +20,8 @@ http { listen 80; listen [::]:80; location / { + add_header Cross-Origin-Opener-Policy same-origin; + add_header Cross-Origin-Embedder-Policy require-corp; root /srv; try_files $uri $uri/index.htm =404; } -- cgit v1.2.3