Closed LeafG closed 1 year ago
the problem I guess here you need to define what you mean exactly by "for this session only"
Basically it is either one-off (i.e. one outbound connection) or you have to put a limit. It would be a good point to check against running processes and kill the filter once a certain process is closed, however this may be not easy to implement for the developer.
I'm sorry, I don't understand everything you said, but I'll try to define my "One session only": Example (again): Assume I use Pale Moon (PM) browser for this example. This pm is placed as portable on some folder. I open this PM browser. This is when its session started. ( I will be asked by simpleWall if I allow/block it, as it is today. If this request is added, then one of the allow options will be "this time only", in addition to the 2 min, 10 min, etc ) All tabs and/ or windows opened by this pm , are part of this session. Once the browser is closed, its session is over.
Now, if I have several portable installations of PM on separate folders, and all are opened at the same time, Each copy has its own session.
I hope my meaning is clearer.
1sf of all, PM as a browser is too oldfag even for me, never understood the point in it, WATERfox all the way <3 I still use waterfox mainly because of ONE extension which development stopped (i.e. the dev did not convert it to web extensions as that probably required to redo it from scratch).
But have I got news for you. OK you are on PM so understandably out of touch with modern browsers :D They are now all-singing all-dancing all-RAM-eating multiprocess monsters (i run chromium + firefox normally, and about 2-3GB of RAM is usually consumed by them, despite a lot of configuration and optimisations which I enabled). Firefox since electrolysis merged into main branch, Chromium for a long while. Firefox has 4 processes by default as a minimum, and this can vary further during session. Every tab on chromium is a separate process. And modern TOR versions are based on recent fox esr so would be same as mainline firefox.
So in regards to browsers or other complicated softwares this PID monitoring would be quite a mess.
@pwn0r AFAIK, in chrome only one process connects to the internet. And this is same for most applications. And I think it doesn't matter if there is one process or hundred, as session for each process will be different. But the problem is SW filter requests on the basis of file not the process, so for this feature to work, ig, whole program would have to be changed, but another requirement is WFP needs to support it, I think WFP don't supprt this.
Is it possible to allow or block access for an app not per minutes (as it works now), but also to add an option to allow/ block the app for "this" *session?
Example/ description: I have a browser I use from time to time for tests. Its not my main one.
Sometimes, I want it to access the internet but at other times I need to test things without Internet access. For the latter, I must keep closing SimpleWall alert dialog. This dialog keeps popping up and disturbs working.
Is such additional feature possible? If not, is it possible to add time for the blocking, similar to the "allow" time?
*session: Meaning "this time only", not a browser session.