summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-11-20 06:46:36 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-11-20 06:46:36 +0100
commitb1b1383304bfa981ce61beb5c6531d6160a75a6b (patch)
tree3a86ca7f6155bb4f94994a2144c19683d1f7db8b /nginx.conf
parent0a8c2f838fcbb219c54e9a313608f389d403548d (diff)
downloadreduced_system_layer-b1b1383304bfa981ce61beb5c6531d6160a75a6b.zip
Web audio ring buffer impl
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 2 insertions, 0 deletions
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;
}