mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-30 20:11:11 +08:00
tweak: add more reserved words
This commit is contained in:
parent
f7a054956b
commit
ce0eee3e29
@ -36,6 +36,18 @@ module.exports = [
|
|||||||
'viewer',
|
'viewer',
|
||||||
'www',
|
'www',
|
||||||
|
|
||||||
|
// UNIX directories
|
||||||
|
'share',
|
||||||
|
'usr',
|
||||||
|
'dev',
|
||||||
|
'var',
|
||||||
|
'etc',
|
||||||
|
'tmp',
|
||||||
|
'lib',
|
||||||
|
'mnt',
|
||||||
|
'opt',
|
||||||
|
'bin',
|
||||||
|
|
||||||
// others
|
// others
|
||||||
'admin',
|
'admin',
|
||||||
'ads',
|
'ads',
|
||||||
|
Loading…
Reference in New Issue
Block a user