diff options
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |