Replies: 3 comments 5 replies
-
Well, actually the logic is simpler:
So, the |
Beta Was this translation helpful? Give feedback.
-
Let me describe my plan to improve it in the #142. |
Beta Was this translation helpful? Give feedback.
-
Posting here because it is kind of topic - off-topic
Oh nice. BTW @tnodir Fort even supports the mica win11 effect in the titlebar, something still some apps today don't do, like browsers (unless experimental), but I don't know if QT will add mica anywhere else anytime soon. Also, only 3 places use it AppGroups, Addresses and Statistics. fort/src/ui/form/stat/pages/trafficpage.cpp Line 216 in de1ad75 fort/src/ui/form/opt/pages/addressespage.cpp Line 101 in de1ad75 It's been so many years with the triangular ones, so I better throw the suggestion. Anyway, I am posting old UI that I found on the internet just for the nostalgia lol. |
Beta Was this translation helpful? Give feedback.
-
There should be a way to deal with this:
For example, I added
C:\Program Files\WindowsApps\**
In the Block column and thenC:\Program Files\WindowsApps\Microsoft.WindowsStore_*_x64__8wekyb3d8bbwe\WinStore.App.exe
in the Allow.It says it is being blocked, because Block takes priority over Allow.
Well, that's the conclusion in my simple test of adding the same .exe in both columns and it always got blocked.
I was thinking maybe there should be a way to set a priority for each group and one group will take priority? So I can add
WinStore.App.exe
in one group and then in a 'low priority' the whole folder, but then, it seems a little too much for something so rare to use.I don't even know if it possible with how Fort Firewall logic is done for the AppGroups. or if there is a way to set Allow to be priority and not Block inside the AppGroups.
To explain the reason for it:
I am using Programs as a way to see if some apps want to connect to the internet and that way to allow or block them. The problem with using
Ignore, if not blocked or allowed
is that apps that are not allowed or blocked don't even appear in the Statistics -> Blocked Connections, which makes sense. But also disablingCollect New Programs
will not let me see apps in Programs.So using
Block, if not allowed
would add them to Programs/Logger, allowing me to see what is being blocked and the other one will half do what I want with it.I guess I wanted a workaround about FF not having a true notification system for blocked apps, but even with a notification system, there would be the same issue, unless there was a way to ignore specific folders from being 'logged' by Fort, like Ignore mode works but for specific folders.
So maybe there should be a way to exclude folders and work like Ignore mode where
Any new apps will be ignored and will not appear in the 'Programs' window.
but insideBlock, if not allowed
?Maybe like a way to change the Application Group's column from "block" to "Ignore" or a way to show an
ignore
AppGroup column or something like that to take advantage of wildcards and that way folders there will not be logged, or blocked but just ignored.Mainly meant for folders but if people want to use it for individual files it will work like if an Application Group had the
Collect blocked connections
off, so technically there will be no difference.I think this still would be good for the future, because if there was a notification system and Fort asked people if you want to allow or block a connection, it would be good to have a way to ignore certain folders and exes from it, so something that works for both Programs and Application Groups would be good, or just Application Groups.
Of course this idea depends on how AppGroups does its things and how the Block Notification system works in the future, maybe there is no way to work around it and only block everything manually each program is the only option, but with the possibility of using wildcards.
But I even tested wildcard
!
but I don't think it is supported in Fort and documentation says:For now I am blocking them individually but thought I would throw an idea about it and feedback in case anything I said it is useful for the future.
Beta Was this translation helpful? Give feedback.
All reactions