Pass remote policies from Felt to Firefox
Categories
(Firefox Enterprise :: Client, task, P1)
Tracking
(Not tracked)
People
(Reporter: janika, Assigned: vlopezgarcia)
Details
Attachments
(1 file)
In https://github.com/mozilla/enterprise-firefox/pull/585#pullrequestreview-4021870568 we shutdown Firefox when the initial remote policies fetch on startup fails. This is a poor user experience as we'd quit Firefox right after the user completed the authentication flow in felt.
Let's fetch the first set of remote policies from Felt and pass it to Firefox alongside with all other configurations. If we miss something required, we can block the access to Firefox Enterprise and signal an error message to the user.
Updated•1 month ago
|
| Assignee | ||
Updated•15 days ago
|
Comment 1•13 days ago
|
||
Comment 2•43 minutes ago
|
||
Can we wait on landing this? The initial fetch would only fail it the console is misconfigured and this should not happen. We want to make the policies fetch send the posture and we'll have different information (e.g. extensions) depending from where we fetch the policies. It also can then happen that we log out the user on the first fetch from Firefox because they have a disallowed extension in combination with their OS.
Description
•