Enterprise Profiles: Need support for multiple URLs in OverrideFirstRunPage policy
Categories
(Firefox :: Enterprise Policies, defect, P2)
Tracking
()
People
(Reporter: sdowdy, Assigned: patolluch, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-esr78+
|
Details | Review |
Updated•7 years ago
|
Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Comment 8•5 years ago
|
||
There's a much simpler way to support this. The first run pref supports multiple pages separated by a vertical bar. We can switch the policy to allow for a string, then you can just put https://www.example.org|https://www.example.com
This also means we don't have to change a lot of code.
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
Comment 12•5 years ago
|
||
Comment on attachment 9180271 [details]
Bug 1502134 - Allow for multiple firstrun pages in policy. r?emalysz!
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Policy improvement
- User impact if declined: Can't specify multiple firstrun pages for policy
- Fix Landed on Version: 83
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Policy only.
There is no test because this specific behavior is built into Firefox and tested elsewhere - String or UUID changes made by this patch:
Updated•5 years ago
|
Updated•5 years ago
|
Comment 13•5 years ago
|
||
I guess you'll have this |-splitting documented elsewhere?
Comment 14•5 years ago
|
||
(In reply to Julien Cristau [:jcristau] from comment #13)
I guess you'll have this |-splitting documented elsewhere?
Yes, i'll be updating the policy documentation.
Comment 15•5 years ago
|
||
Comment on attachment 9180271 [details]
Bug 1502134 - Allow for multiple firstrun pages in policy. r?emalysz!
approved for 78.5
Comment 16•5 years ago
|
||
bugherder uplift |
Comment 17•5 years ago
|
||
This is verified fixed using Firefox 83.0b4 (BuilId:20201025174155) and Firefox esr 78.5 (provided in comment 16) on Windows 10 64bit, macOS 10.15 and Ubuntu 20.04.
Verified by using the following policies.json file content:
{ "policies": { "OverrideFirstRunPage": "http://www.cnislavici.ro/univ/|https://edu.ro/|https://www.utcluj.ro/|https://www.ubbcluj.ro/ro/" } }
All 4 URL's that were specified inside the OverrideFirstRunPage
policy are successfully visible on fresh profiles in 4 different tabs on the same Firefox window.
Description
•