Closed
Bug 1932414
Opened 9 months ago
Closed 9 months ago
Firefox Relay doesn't show up on sites for signed-in users
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: groovecoder, Assigned: groovecoder)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxcm-relay-all])
Attachments
(1 file)
When we implemented the Relay allow-list, we applied it to everyone who hasn't opted into Relay.
So, we only show the Relay offer to signed-in users on allow-list websites.
We want to show the Relay offer to signed-in users on ALL websites - not just those on the allow-list.
Assignee | ||
Updated•9 months ago
|
Assignee: nobody → lcrouch
Assignee | ||
Comment 1•9 months ago
|
||
- Adjusted
RelayOffered
logic to ensure Relay is shown only if the user is signed in or if theshowToAllBrowsersPref
is enabled, combined with allow-list checks. - Added a new test (
test_site_not_on_allowList_still_shows_Relay_to_signed_in_browser
) to verify behavior.
Assignee | ||
Updated•9 months ago
|
Whiteboard: [fxcm-relay-all]
Updated•9 months ago
|
Pushed by lcrouch@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c4e3580c74cd
fix(passwordmgr,Relay): Ensure Firefox Relay item shows up for signed-in users regardless of site allow-list status. r=credential-management-reviewers,joschmidt,dimi
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•