forked from sent/waves
Crazy Cattle 3D
This commit is contained in:
parent
50da5a992e
commit
39733b0258
|
@ -142,4 +142,4 @@ if (cluster.isPrimary) {
|
||||||
connection.resume();
|
connection.resume();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
4
setup.sh
4
setup.sh
|
@ -77,10 +77,12 @@ cat <<EOF | sudo tee /etc/caddy/Caddyfile > /dev/null
|
||||||
|
|
||||||
header {
|
header {
|
||||||
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||||||
X-Frame-Options "ALLOWALL"
|
X-Frame-Options "ALLOWALL"
|
||||||
X-Content-Type-Options "nosniff"
|
X-Content-Type-Options "nosniff"
|
||||||
X-XSS-Protection "1; mode=block"
|
X-XSS-Protection "1; mode=block"
|
||||||
Referrer-Policy "no-referrer"
|
Referrer-Policy "no-referrer"
|
||||||
|
Cross-Origin-Embedder-Policy "require-corp"
|
||||||
|
Cross-Origin-Opener-Policy "same-origin"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue
Block a user