From daed58be0f7718f5cdddeddeba2e878d74e793df Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 20 Nov 2024 20:36:53 +0530 Subject: [PATCH] fix: adding new restricted workspace slugs --- apiserver/plane/utils/constants.py | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/apiserver/plane/utils/constants.py b/apiserver/plane/utils/constants.py index a4d1e1ea66..0d5e64a20b 100644 --- a/apiserver/plane/utils/constants.py +++ b/apiserver/plane/utils/constants.py @@ -32,4 +32,36 @@ RESTRICTED_WORKSPACE_SLUGS = [ "signin", "signup", "config", + "live", + "admin", + "m", + "import", + "importers", + "integrations", + "integration", + "configuration", + "initiatives", + "initiative", + "config", + "workflow", + "workflows", + "epics", + "epic", + "story", + "mobile", + "dashboard", + "desktop", + "onload", + "real-time", + "one", + "pages", + "mobile", + "business", + "pro", + "settings", + "monitor", + "license", + "licenses", + "instances", + "instance", ]