mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 03:46:07 +08:00
添加配置文件编辑黑名单
This commit is contained in:
parent
ecdfdff50d
commit
9320074a02
|
@ -60,5 +60,11 @@ export default {
|
|||
configPath,
|
||||
scriptPath,
|
||||
samplePath,
|
||||
blackFileList: ['auth.json', 'config.sh.sample', 'cookie.sh', 'crontab.list'],
|
||||
blackFileList: [
|
||||
'auth.json',
|
||||
'config.sh.sample',
|
||||
'cookie.sh',
|
||||
'crontab.list',
|
||||
'env.sh',
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user