summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
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;
}