mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Improve wording on block bypassing notification and setting
This commit is contained in:
parent
7d2ae68237
commit
c6ffa51fd7
2 changed files with 6 additions and 5 deletions
|
@ -43,10 +43,9 @@ var (
|
||||||
}
|
}
|
||||||
|
|
||||||
secureDNSBypassIssue = &appIssue{
|
secureDNSBypassIssue = &appIssue{
|
||||||
id: "compat:secure-dns-bypass-%s",
|
id: "compat:secure-dns-bypass-%s",
|
||||||
title: "Prevented Bypass Attempt by %s",
|
title: "Blocked Bypass Attempt by %s",
|
||||||
message: `[APPNAME] attempted to bypass Portmaster's firewall functions by directly using a Secure DNS resolver. If [APPNAME] experiences problems, disable Secure DNS within [APPNAME] to restore functionality. Rest assured that Portmaster already handles Secure DNS for your whole device, including [APPNAME].
|
message: `[APPNAME] is using its own Secure DNS resolver, which would bypass Portmaster's firewall protections. If [APPNAME] experiences problems, disable Secure DNS within [APPNAME] to restore functionality. Rest assured that Portmaster handles Secure DNS for your whole device, including [APPNAME].`,
|
||||||
If bypass prevention for [APPNAME] is disabled in Portmaster, it can no longer protect or filter connections coming from [APPNAME].`,
|
|
||||||
// TODO: Add this when the new docs page is finished:
|
// TODO: Add this when the new docs page is finished:
|
||||||
// , or [find out about other options](link to new docs page)
|
// , or [find out about other options](link to new docs page)
|
||||||
level: notifications.Warning,
|
level: notifications.Warning,
|
||||||
|
|
|
@ -575,7 +575,9 @@ The lists are automatically updated every hour using incremental updates.
|
||||||
err = config.Register(&config.Option{
|
err = config.Register(&config.Option{
|
||||||
Name: "Block Bypassing",
|
Name: "Block Bypassing",
|
||||||
Key: CfgOptionPreventBypassingKey,
|
Key: CfgOptionPreventBypassingKey,
|
||||||
Description: `Prevent apps from bypassing the privacy filter.
|
Description: `Prevent apps from bypassing Portmaster's privacy protections.
|
||||||
|
If Block Bypassing is disabled, Portmaster can no longer protect you or filter connections from the affected applications.
|
||||||
|
|
||||||
Current Features:
|
Current Features:
|
||||||
- Disable Firefox' internal DNS-over-HTTPs resolver
|
- Disable Firefox' internal DNS-over-HTTPs resolver
|
||||||
- Block direct access to public DNS resolvers
|
- Block direct access to public DNS resolvers
|
||||||
|
|
Loading…
Add table
Reference in a new issue