How to persist login using containers
See original GitHub issueHi, new here!
I’m using Firefox’s Multi-Account Container extension (https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/). I have a container called Twitter Personal to sign into my personal Twitter account. I want this login within the container persisted when Firefox is closed. However, any other cookies/logins I want deleted.
Note:
- To setup arkenfox, I followed this guide: https://12bytes.org/articles/tech/firefox/the-firefox-privacy-guide-for-dummies/.
- My
user-overrides.js
file is copied from here: https://codeberg.org/12bytes.org/firefox-user.js-supplement/src/branch/master/user-overrides.js
Any suggestions to set in the user-overrides.js
file to allow this to happen?
Issue Analytics
- State:
- Created a year ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
How do I persist login website sessions running in docker
I am using flask for backend and Google OAuth for authentication. Is there any way where I can make the user login session...
Read more >Persistence-Container Basics | appserver.io
When writing a session bean, the developer has to specify the type of bean he want to implement. This can either be done...
Read more >Persistent Storage in Containers | Microsoft Learn
Persistent storage can be given to containers in a couple ways: Bind mounts. Named volumes.
Read more >How to Persist and Share data across Docker Containers easily
How to Persist and Share data across Docker Containers easily · Step 1 : Create a volume · Step 2 : Create a...
Read more >docker login - Docker Documentation
Provide a password using STDIN . To run the docker login command non-interactively, you can set the --password-stdin flag to provide a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You need to add an cookie exception.
https://github.com/arkenfox/user.js/blob/3f09afdee07c5aea33f6dc4194e1425d6400a0d7/user.js#L768-L778
edit: https://github.com/arkenfox/user.js/wiki/3.2-Overrides-[Common]#-keep-logins
closing after 25 days - if there is a need or want to add
permissions.isolateBy.userContext
and document it, or there is a need to know how to persist logins per container (doesn’t it just work?) then feel free to re-open and explain it