gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.56k stars 473 forks source link

"Delete non-blocked session cookies" deletes them for disabled scope #867

Closed ghost closed 6 years ago

ghost commented 6 years ago

From user viewpoint it makes more sense the site cookies not to be affected by uMatrix if it is set to off for the site scope.

Example where this may be useful: I have some locally installed web applications (on a local web server). I need to re-login to them although uMatrix is turned off for them. This causes inconvenience.

gorhill commented 6 years ago

This is already the case.

You will need to provide repro steps as asked from you in CONTRIBUTING.

I will reopen if you make the case as per CONTRIBUTING.

gorhill commented 6 years ago

Actually, trying to understand your issue, I realize you are asking me to make the feature do the opposite of what it says it does.

ghost commented 6 years ago

The STR is:

  1. Install http://www.kimai.org/ on a local web server
  2. Set uMatrix to Delete non-blocked session cookies after N minutes.
  3. Log-in to kimai and disable uMatrix for its scope and refresh the page
  4. Wait N minutes
  5. Refresh kimai

Expected: user should stay logged in Actual: user is logged out (cookies auto deleted)