I use this addon in conjunction with multi account containers. I use my personal gmail in this addon and load my work gmail in the "Work" container of the other addon. But for the longest time (It's been 3 years?), my work gmail gets logged out everytime I close the browser and reopen it.
Today, I decided to take a closer look at every extension I have to see what might be causing this and I found it. This addon's clearGoogleCookies() is called unconditionally on init and wipes all google cookies from all other containers including default no-container. I understand the sanity needs for no-container, but it shouldn't touch my other containers. Especially if I have "Don't override other containers" selected. So, can you perhaps edit its behaviour to match the preference?
For the time being, I edited it manually for myself to just unconditionally ignore other containers and only sanitise no-container cookies. My issue is resolved locally, but perhaps something you can consider for a future release.
I use this addon in conjunction with multi account containers. I use my personal gmail in this addon and load my work gmail in the "Work" container of the other addon. But for the longest time (It's been 3 years?), my work gmail gets logged out everytime I close the browser and reopen it.
Today, I decided to take a closer look at every extension I have to see what might be causing this and I found it. This addon's
clearGoogleCookies()is called unconditionally on init and wipes all google cookies from all other containers including default no-container. I understand the sanity needs for no-container, but it shouldn't touch my other containers. Especially if I have "Don't override other containers" selected. So, can you perhaps edit its behaviour to match the preference?For the time being, I edited it manually for myself to just unconditionally ignore other containers and only sanitise no-container cookies. My issue is resolved locally, but perhaps something you can consider for a future release.