From 54baa47fbb2e9b21bfdc5d47cf761854f60024e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Fri, 17 Oct 2025 09:47:47 +0200 Subject: [PATCH] Reserve "trust" subdomain (#15159) Setting up our SOC2 trust center at this url --- .../engine/core-modules/workspace/dtos/update-workspace-input.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-server/src/engine/core-modules/workspace/dtos/update-workspace-input.ts b/packages/twenty-server/src/engine/core-modules/workspace/dtos/update-workspace-input.ts index 26a3ef8cf4c..1df2ce49f1a 100644 --- a/packages/twenty-server/src/engine/core-modules/workspace/dtos/update-workspace-input.ts +++ b/packages/twenty-server/src/engine/core-modules/workspace/dtos/update-workspace-input.ts @@ -20,6 +20,7 @@ export class UpdateWorkspaceInput { @IsOptional() @Matches(/^(?!api-).*^[a-z0-9][a-z0-9-]{1,28}[a-z0-9]$/) @IsNotIn([ + 'trust', 'demo', 'api', 't',