mirror of
https://github.com/safing/portmaster
synced 2025-09-04 19:49:15 +00:00
Update devmode config description
This commit is contained in:
parent
d01c619400
commit
ca1715d028
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ func registerConfig() error {
|
||||||
err := config.Register(&config.Option{
|
err := config.Register(&config.Option{
|
||||||
Name: "Development Mode",
|
Name: "Development Mode",
|
||||||
Key: "core/devMode",
|
Key: "core/devMode",
|
||||||
Description: "In Development Mode security restrictions are lifted/softened to enable easier access to Portmaster for debugging and testing purposes. This is potentially very insecure, only activate if you know what you are doing.",
|
Description: "In Development Mode security restrictions are lifted/softened to enable easier access to Portmaster for debugging and testing purposes.",
|
||||||
ExpertiseLevel: config.ExpertiseLevelDeveloper,
|
ExpertiseLevel: config.ExpertiseLevelDeveloper,
|
||||||
OptType: config.OptTypeBool,
|
OptType: config.OptTypeBool,
|
||||||
DefaultValue: defaultDevMode,
|
DefaultValue: defaultDevMode,
|
||||||
|
|
Loading…
Add table
Reference in a new issue