mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +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{
|
||||
Name: "Development Mode",
|
||||
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,
|
||||
OptType: config.OptTypeBool,
|
||||
DefaultValue: defaultDevMode,
|
||||
|
|
Loading…
Add table
Reference in a new issue