Disable Phishing templates in new sandboxes
This commit is contained in:
parent
720c79a517
commit
0b52573d7d
|
@ -1529,8 +1529,8 @@ void CAppPage::UpdateTemplates3(CBox &box,
|
|||
void CAppPage::SetDefaultTemplates6(CBox &box)
|
||||
{
|
||||
box.EnableTemplate(L"AutoRecoverIgnore", TRUE);
|
||||
box.EnableTemplate(L"Firefox_Phishing_DirectAccess", TRUE);
|
||||
box.EnableTemplate(L"Chrome_Phishing_DirectAccess", TRUE);
|
||||
//box.EnableTemplate(L"Firefox_Phishing_DirectAccess", TRUE);
|
||||
//box.EnableTemplate(L"Chrome_Phishing_DirectAccess", TRUE);
|
||||
box.EnableTemplate(L"LingerPrograms", TRUE);
|
||||
SetDefaultTemplates7(box);
|
||||
}
|
||||
|
|
|
@ -67,8 +67,8 @@ CSandBox::CSandBox(const QString& BoxName, class CSbieAPI* pAPI) : CSbieIni(BoxN
|
|||
{
|
||||
// templates L6
|
||||
InsertText("Template", "AutoRecoverIgnore");
|
||||
InsertText("Template", "Firefox_Phishing_DirectAccess");
|
||||
InsertText("Template", "Chrome_Phishing_DirectAccess");
|
||||
//InsertText("Template", "Firefox_Phishing_DirectAccess");
|
||||
//InsertText("Template", "Chrome_Phishing_DirectAccess");
|
||||
InsertText("Template", "LingerPrograms");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue