From 183e414e91e707b5b76ec87b7f18bdf572af66d8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 26 Jun 2024 12:26:22 -0700 Subject: [PATCH] Add cross-origin-security to setup.sh Signed-off-by: Tommy --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index d495ac6..c74c860 100644 --- a/setup.sh +++ b/setup.sh @@ -104,4 +104,5 @@ unpriv curl https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main/et unpriv curl https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main/etc/nginx/snippets/proxy.conf | sudo tee /etc/nginx/snippets/proxy.conf unpriv curl https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main/etc/nginx/snippets/quic.conf | sudo tee /etc/nginx/snippets/quic.conf unpriv curl https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main/etc/nginx/snippets/security.conf | sudo tee /etc/nginx/snippets/security.conf +unpriv curl https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main/etc/nginx/snippets/cross-origin-security.conf | sudo tee /etc/nginx/snippets/cross-origin-security.conf unpriv curl https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main/etc/nginx/snippets/universal_paths.conf | sudo tee /etc/nginx/snippets/universal_paths.conf \ No newline at end of file