mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Update profile defaults
This commit is contained in:
parent
26c307b7a0
commit
19420b8454
1 changed files with 3 additions and 4 deletions
|
@ -17,13 +17,12 @@ func makeDefaultFallbackProfile() *Profile {
|
|||
Name: "Fallback Profile",
|
||||
Flags: map[uint8]uint8{
|
||||
// Profile Modes
|
||||
Blacklist: status.SecurityLevelDynamic,
|
||||
Prompt: status.SecurityLevelSecure,
|
||||
Blacklist: status.SecurityLevelsDynamicAndSecure,
|
||||
Whitelist: status.SecurityLevelFortress,
|
||||
|
||||
// Network Locations
|
||||
Internet: status.SecurityLevelsDynamicAndSecure,
|
||||
LAN: status.SecurityLevelsDynamicAndSecure,
|
||||
Internet: status.SecurityLevelsAll,
|
||||
LAN: status.SecurityLevelDynamic,
|
||||
Localhost: status.SecurityLevelsAll,
|
||||
|
||||
// Specials
|
||||
|
|
Loading…
Add table
Reference in a new issue