Skip to content

Commit

Permalink
Added http headers for SharedArrayBuffer usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbocce committed Sep 15, 2023
1 parent 12ec7dc commit 5ca761c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ http {
index index.html;
try_files $uri $uri/ /index.html;
add_header Cache-Control "no-store, no-cache, must-revalidate";
add_header 'Cross-Origin-Opener-Policy' 'same-origin' always;
add_header 'Cross-Origin-Embedder-Policy' 'require-corp' always;
}
# EXAMPLE: Reverse Proxy, no auth
Expand Down

0 comments on commit 5ca761c

Please sign in to comment.