mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
Update network rating setting wording
This commit is contained in:
parent
7f45811630
commit
dee8fbfe1e
1 changed files with 5 additions and 3 deletions
|
@ -10,9 +10,11 @@ var (
|
|||
|
||||
func registerConfig() error {
|
||||
if err := config.Register(&config.Option{
|
||||
Name: "Enable Network Rating System",
|
||||
Key: CfgEnableNetworkRatingSystemKey,
|
||||
Description: "Enables the Network Rating System, which allows you to quickly increase security and privacy throughout the settings by changing your the network rating level in the top left. Please note that this feature is now in the sunset phase and will be replaced by a superior and easier to understand system in the future.",
|
||||
Name: "Enable Network Rating System",
|
||||
Key: CfgEnableNetworkRatingSystemKey,
|
||||
Description: `Enable the Network Rating System, which allows you to configure settings to be active in one environment but not in the other, like allowing sensitive connections at home but not at the public library.
|
||||
|
||||
Please note that this feature will be replaced by a superior and easier to understand system in the future.`,
|
||||
OptType: config.OptTypeBool,
|
||||
ExpertiseLevel: config.ExpertiseLevelExpert,
|
||||
ReleaseLevel: config.ReleaseLevelStable,
|
||||
|
|
Loading…
Add table
Reference in a new issue