Make online Suggest available on Nightly for eligible users
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
When it comes time to enable new online Suggest (OHTTP) by default, we'll need to update QuickSuggest init so that the quicksuggest.online.available pref is set to true if (a) the user is in an appropriate region-locale and (b) they have accepted appropriate Terms of Use. For other users, the pref should retain its default false value set in firefox.js.
For the region-locale part, add the pref to SUGGEST_PREFS here.
For the ToU part, I'm not sure, that's a new requirement so we'll need to incorporate it into init in some way. The ToU pref is termsofuse.acceptedDate and its value is a stringified acceptance date, not sure of the format.
Updated•9 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 1•6 months ago
|
||
This initializes quicksuggest.online.available so that online Suggest will be
available by default on Nightly for users who accepted ToU. It also initializes
quicksuggest.settingsUi so that the online checkbox is appropriately shown in
the settings UI.
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
Comment 3•5 months ago
|
||
| bugherder | ||
Updated•5 months ago
|
Description
•