mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Update reserved subdomains (#289)
This commit is contained in:
committed by
GitHub
parent
2791bb0784
commit
4c07759011
@@ -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'
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user