Merge pull request #536 from safing/fix/update-network-rating-setting

Update network rating setting wording
This commit is contained in:
Daniel
2022-02-23 11:00:24 +01:00
committed by GitHub

View File

@@ -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,