"auto delete cookies" extension has a setting for "Firefox containers tabs" on desktop
after setting up the Firefox multi-account containers extension, from Mozilla, and creating names for all my containers then going to 'auto delete cookies list of expressions' setting it shows all my container names so I can set expressions for each container
first i had to allow the "enable support for firefox containers tab" in the main settings of auto delete cookies
works
@ecksmc Would you please give an example expression? I rtfm'd - is it url patterns for greylist or whitelist?
Side tip, the wildcard functions similarly as you would expect: gi*b.com will match gitlab.com and github.com
This means that if you want to set all cookies to delete after browser restart, add a * to the greylist
www.example.com matches a rule for example.com because the www part is stripped
i just followed these from the github page