Enterprise policy should be able to opt-out of extended triplets
Categories
(Firefox :: Messaging System, enhancement)
Tracking
()
People
(Reporter: k88hudson, Assigned: mkaply)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
We should give Enterprise builds the option to opt-out of extended triplets via a pref if possible, since they are also able to opt-out of about:welcome.
This could be accomplished with modifying the asrouter.onboarding
pref but it might be preferable to use a separate pref.
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Enterprise has an OverrideFirstRunPage
which I guess we can check if startup.homepage_welcome_url
is set to "about:welcome"
Reporter | ||
Comment 2•4 years ago
|
||
If we're ok with also disabling the triplets on about:welcome, we could accomplish this if the policy set trailhead.firstrun.branches
pref to control
(or just join
if we wanted to enable the modal)
Assignee | ||
Comment 3•4 years ago
|
||
So I'm wondering when to set this pref in policy.
I'm thinking if either FirefoxHome is customized (at all) or first run page is overridden, I should set this pref.
What's control versus join?
Comment 4•4 years ago
|
||
Both "control" and "join" have about:welcome dialogs for FxA signups (with different messaging; and no triplets). Setting trailhead.firstrun.branches
to "nofirstrun" will show no interrupt nor triplets on about:welcome as well as no triplets on about:newtab/home.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
I went with three policies that can disable them
- if sync is turned off.
- If they've modified the new tab page (FirefoxHome) in any way.
- If they've changed the welcome page.
I did not add an explicit new policy.
Pushed by mozilla@kaply.com: https://hg.mozilla.org/integration/autoland/rev/bef138f4cafb Disable extended triplets for certain policies. r=Mardak
Comment 8•4 years ago
|
||
bugherder |
Assignee | ||
Comment 9•4 years ago
|
||
Comment on attachment 9087452 [details]
Bug 1573932 - Disable extended triplets for certain policies.
Beta/Release Uplift Approval Request
- User impact if declined: Triplets appear in enterprises. Needed for Skyline.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just sets an additional preference with a couple policies.
- String changes made/needed:
Comment 10•4 years ago
|
||
Comment on attachment 9087452 [details]
Bug 1573932 - Disable extended triplets for certain policies.
Allow enterprise policies to be set to opt out of new relationship scoping work shipping in 69. Approved for 69.0rc1.
Comment 11•4 years ago
|
||
bugherderuplift |
Description
•