30 lines
496 B
Python
30 lines
496 B
Python
RESTRICTED_WORKSPACE_SLUGS = [
|
|
"404",
|
|
"accounts",
|
|
"api",
|
|
"create-workspace",
|
|
"god-mode",
|
|
"installations",
|
|
"invitations",
|
|
"onboarding",
|
|
"profile",
|
|
"spaces",
|
|
"workspace-invitations",
|
|
"password",
|
|
"flags",
|
|
"monitor",
|
|
"monitoring",
|
|
"ingest",
|
|
"plane-pro",
|
|
"plane-ultimate",
|
|
"enterprise",
|
|
"plane-enterprise",
|
|
"disco",
|
|
"silo",
|
|
"chat",
|
|
"calendar",
|
|
"drive",
|
|
"channels",
|
|
"upgrade",
|
|
"billing",
|
|
]
|