Lusito / forget-me-not

Make the browser forget website data, except for the data you want to keep.
zlib License
226 stars 25 forks source link

No cookies by default #249

Open alexandreraufast opened 4 years ago

alexandreraufast commented 4 years ago

Is it possible to make an option such as the default mode ON EVERY WEBSITE is "delete cookies instantly" ? Thx

Lusito commented 4 years ago

Sorry for the late reply. If you want to apply a rule on every site, just create a rule with a wildcard/asterisk ( "*" ) and set that rule to instantly. Remember though, that only cookies can be removed instantly. Local Storage will be cleaned on leave if you configured instantly for the respective domain.

haluzpav commented 3 years ago

This doesn't really work as expected. The * rule seems to always take precedence over other rules. I'd expect it to come into effect only when there is no other rule.

For example: I have defined following 3 rules. The * rule is active even though there are other, more specific rules.

a

However when I delete the * rule, the more specific rule for *.beta.protonmail.com takes precedence over *.protonmail.com, which is what I'd expect.

b