Open
Bug 2011841
Opened 1 month ago
Updated 1 month ago
Prevent unauthenticated calls to the console in Felt startup
Categories
(Firefox Enterprise :: Client, task)
Tracking
(Not tracked)
NEW
MVP
People
(Reporter: janika, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [size=2])
On startup we initiate multiple requests to the console that will fail in Felt since we might not have authentication tokens there.
We should probably have another file to set preferences that are specific to felt to prevent these failures, e.g. disable FxAccounts in felt by setting identity.fxaccounts.enabled = false.
Also guard certain calls to the console with Services.felt.isFeltBrowser()
Fyi: Currently we have firefox-enterprise.js to set preferences both in Felt and Firefox.
Updated•1 month ago
|
Severity: -- → S3
Target Milestone: --- → MVP
Updated•1 month ago
|
Whiteboard: [size=2]
You need to log in
before you can comment on or make changes to this bug.
Description
•