Update reserved subdomains (#289)

This commit is contained in:
Riccardo Graziosi
2024-02-22 17:52:29 +01:00
committed by GitHub
parent 2791bb0784
commit 4c07759011

View File

@@ -1,11 +1,13 @@
RESERVED_SUBDOMAINS = [ RESERVED_SUBDOMAINS = [
'login', 'login',
'docs', 'docs',
'feedback',
'demo', 'demo',
'astuto', 'astuto',
'playground', 'playground',
'showcase', 'showcase',
'help', 'help',
'admin' 'admin',
'logs',
'dashboard',
'analytics'
] ]