Add files via upload
This commit is contained in:
parent
1108177806
commit
56b9b4ec8d
70 changed files with 3025 additions and 374 deletions
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
|||
|
||||
public override string ID()
|
||||
{
|
||||
return "Disable AutoFill for credit cards";
|
||||
return Properties.Resources.settingsEdeAutoFillCredit;
|
||||
}
|
||||
|
||||
public override string Info()
|
||||
{
|
||||
return "Microsoft Edge's AutoFill feature lets users auto complete credit card information in web forms using previously stored information.";
|
||||
return Properties.Resources.settingsEdeAutoFillCreditInfo;
|
||||
}
|
||||
|
||||
public override bool CheckSetting()
|
||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
|||
|
||||
public override string ID()
|
||||
{
|
||||
return "Block Installation of New Microsoft Edge";
|
||||
return Properties.Resources.settingsEdgeBlockEdgeRollout;
|
||||
}
|
||||
|
||||
public override string Info()
|
||||
{
|
||||
return "This will block Windows 10 Update Force Installing of the new Chromium-based Microsoft Edge web browser if it's not installed already on the device.";
|
||||
return Properties.Resources.settingsEdgeBlockEdgeRolloutInfo;
|
||||
}
|
||||
|
||||
public override bool CheckSetting()
|
||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
|||
|
||||
public override string ID()
|
||||
{
|
||||
return "Disable synchronization of data";
|
||||
return Properties.Resources.settingsEdgeDisableSync;
|
||||
}
|
||||
|
||||
public override string Info()
|
||||
{
|
||||
return "This setting will disable synchronization of data using Microsoft sync services.";
|
||||
return Properties.Resources.settingsEdgeDisableSyncInfo;
|
||||
}
|
||||
|
||||
public override bool CheckSetting()
|
||||
|
|
|
@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
|
|||
|
||||
public override string ID()
|
||||
{
|
||||
return "Prevent Edge running in background";
|
||||
return Properties.Resources.settingsEdgeBackground;
|
||||
}
|
||||
|
||||
public override string Info()
|
||||
{
|
||||
return "On the new Chromium version of Microsoft Edge, extensions and other services can keep the browser running in the background even after it's closed.";
|
||||
return Properties.Resources.settingsEdgeBackgroundInfo;
|
||||
}
|
||||
|
||||
public override bool CheckSetting()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue