Add more descriptive comments + minor improvements

This commit is contained in:
Alexandr Stelnykovych
2025-05-22 15:30:05 +03:00
parent 3b91aa06ba
commit fbc93cc09f
2 changed files with 13 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ func createSpecialProfile(profileID string, path string) *Profile {
// possibly made by the internal WebView implementation —
// are blocked.
CfgOptionDefaultActionKey: DefaultActionBlockValue,
CfgOptionBlockScopeInternetKey: true,
CfgOptionBlockScopeInternetKey: false, // This is stronger than the rules, and thus must be false in order to access safing.io.
CfgOptionBlockScopeLANKey: true,
CfgOptionBlockScopeLocalKey: true,
CfgOptionBlockP2PKey: true,