Results 41 comments of Andrea Marchesini

@MrMellie can you reproduce this issue using private browsing instead of a container?

Thanks. Can you tell me how I can reproduce the issue?

https://searchfox.org/mozilla-central/source/netwerk/protocol/http/nsHttpChannel.cpp#445-466 By reading this code, Firefox requires special prefs to enable Windows SSO for containers: `"network.http.windows-sso.container-enabled." + containerID`. I think the right steps to fix this issue are the following:...

We do have the command-line interface. But at the moment it's not possible to compile the client _without_ the UI. See https://github.com/mozilla-mobile/mozilla-vpn-client/blob/main/docs/Command-line-interface.md

What do you mean with this bug? Cookies are separate per container and you can see them, in about:preferences. For each cookie you can see which container it belongs to.

@liviopv I can help with the invitation code. I can provide tokens to debug this issue. Write me an email (baku mozilla com). Debugging this issue on our side, I...

I suggest following this comment: https://github.com/mastodon/mastodon/issues/27740#issuecomment-1806254860 verifying the credential before continuing with the authentication flow.

Currently, in Gecko, the CookieStore API is not available on potentially untrustworthy origins or pages loaded using the "file" scheme.

Firefox is experimenting with the CookieStore API, and we have implemented what @annevk suggests here. `get` and `getAll` return only names and values.