Closed
Bug 2011841
Opened 7 months ago
Closed 5 months ago
Prevent unauthenticated calls to the console in Felt startup
Categories
(Enterprise Products :: Firefox, task)
Tracking
(Not tracked)
RESOLVED
FIXED
MVP
People
(Reporter: janika, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [size=2])
Attachments
(1 file)
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•7 months ago
|
Severity: -- → S3
Target Milestone: --- → MVP
Updated•7 months ago
|
Whiteboard: [size=2]
Comment 1•5 months ago
|
||
Comment 2•5 months ago
|
||
Authored by https://github.com/1rneh
https://github.com/mozilla/enterprise-firefox/commit/6b29a3ba116fadc61276a6d00c2539f27a3807f1
[enterprise-main] Bug 2011841 - Prevent unauthenticated requests in felt on startup (#617)
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•