From 39733b025826b0fd8a8c5c97f2b349a3b9f39571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=93=8D=BC?= <143974574+xojw@users.noreply.github.com> Date: Wed, 16 Apr 2025 23:12:14 -0500 Subject: [PATCH] Crazy Cattle 3D --- index.mjs | 2 +- setup.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.mjs b/index.mjs index f72db9b6..cf18d94a 100644 --- a/index.mjs +++ b/index.mjs @@ -142,4 +142,4 @@ if (cluster.isPrimary) { connection.resume(); } }); -} +} \ No newline at end of file diff --git a/setup.sh b/setup.sh index d9110953..dd363496 100644 --- a/setup.sh +++ b/setup.sh @@ -77,10 +77,12 @@ cat < /dev/null header { Strict-Transport-Security "max-age=31536000; includeSubDomains" - X-Frame-Options "ALLOWALL" + X-Frame-Options "ALLOWALL" X-Content-Type-Options "nosniff" X-XSS-Protection "1; mode=block" Referrer-Policy "no-referrer" + Cross-Origin-Embedder-Policy "require-corp" + Cross-Origin-Opener-Policy "same-origin" } } EOF