зеркало из https://github.com/mozilla/MozDef.git
explicity set the session vars on startup
This commit is contained in:
Родитель
674d18200d
Коммит
e5366145d9
|
@ -16,6 +16,8 @@ if (Meteor.isClient) {
|
|||
Session.set('alertsrecordlimit',100);
|
||||
Session.set('attackerlimit','10');
|
||||
Session.set('attackersearchIP','');
|
||||
Session.set('blockIPipaddress','');
|
||||
Session.set('blockFQDN','');
|
||||
getAllPlugins();
|
||||
|
||||
// Sends us to register our login handler
|
||||
|
|
Загрузка…
Ссылка в новой задаче