Merge branch 'nullptr/disable-all-external-connections' of github.com:/VERT-sh/VERT into nullptr/disable-all-external-connections

This commit is contained in:
not-nullptr 2025-10-19 19:11:49 +01:00
commit 1bb06efbfa
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ export const VERT_NAME =
: "VERT.sh";
export const CONTACT_EMAIL = "hello@vert.sh";
// i'm not entirely sure this should be in consts.ts, but is is technically a constant as .env is static for VERT
// i'm not entirely sure this should be in consts.ts, but it is technically a constant as .env is static for VERT
export const DISABLE_ALL_EXTERNAL_REQUESTS =
PUB_DISABLE_ALL_EXTERNAL_REQUESTS === "true";