예약 서브도메인에서 dev 제거 — 본섭 테스트 테넌트 용도 허용
Build & Deploy to K8s / build-and-deploy (push) Successful in 4m30s
Build & Deploy to K8s / build-and-deploy (push) Successful in 4m30s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ public final class ReservedSubdomains {
|
||||
|
||||
public static final Set<String> VALUES = Set.of(
|
||||
"www", "admin", "api", "app", "static", "assets",
|
||||
"main", "mail", "blog", "dev", "test", "staging", "prod", "console",
|
||||
"main", "mail", "blog", "test", "staging", "prod", "console",
|
||||
"solution"
|
||||
);
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ const RESERVED_MAIN = new Set([
|
||||
"main",
|
||||
"mail",
|
||||
"blog",
|
||||
"dev",
|
||||
"test",
|
||||
"staging",
|
||||
"prod",
|
||||
|
||||
Reference in New Issue
Block a user