Update config options
This commit is contained in:
@@ -521,7 +521,7 @@ Current Features:
|
|||||||
Please note that if you are using the system resolver, bypass attempts might be additionally blocked there too.`,
|
Please note that if you are using the system resolver, bypass attempts might be additionally blocked there too.`,
|
||||||
OptType: config.OptTypeInt,
|
OptType: config.OptTypeInt,
|
||||||
ExpertiseLevel: config.ExpertiseLevelUser,
|
ExpertiseLevel: config.ExpertiseLevelUser,
|
||||||
ReleaseLevel: config.ReleaseLevelBeta,
|
ReleaseLevel: config.ReleaseLevelStable,
|
||||||
DefaultValue: status.SecurityLevelsAll,
|
DefaultValue: status.SecurityLevelsAll,
|
||||||
PossibleValues: status.SecurityLevelValues,
|
PossibleValues: status.SecurityLevelValues,
|
||||||
Annotations: config.Annotations{
|
Annotations: config.Annotations{
|
||||||
|
|||||||
@@ -59,12 +59,6 @@ func registerConfig() error {
|
|||||||
Description: "Dangerous development releases for testing random things and experimenting. Only use temporarily and when instructed.",
|
Description: "Dangerous development releases for testing random things and experimenting. Only use temporarily and when instructed.",
|
||||||
Value: helper.ReleaseChannelStaging,
|
Value: helper.ReleaseChannelStaging,
|
||||||
},
|
},
|
||||||
// TODO: Remove as soon as everyone has switched away.
|
|
||||||
{
|
|
||||||
Name: "Special (Deprecated!)",
|
|
||||||
Description: "This channel has been deprecated. If selected, the Stable channel will be used instead.",
|
|
||||||
Value: "special",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Annotations: config.Annotations{
|
Annotations: config.Annotations{
|
||||||
config.DisplayOrderAnnotation: -4,
|
config.DisplayOrderAnnotation: -4,
|
||||||
|
|||||||
Reference in New Issue
Block a user