Incorrect error message when AutoLaunchProtocolFromOrigins is not an origin
Categories
(Firefox :: Enterprise Policies, defect, P3)
Tracking
()
People
(Reporter: mkaply, Assigned: mkaply)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr91+
|
Details | Review |
If you specify a host instead of an origin for AutoLaunchProtocolFromOrigins you get the error:
Added by default for protocol handler - undefined.
We should show the correct error.
Also we should see if we can show the policy that's being processed in the error.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Definitely want QA when this goes in since we can't automated test.
Basically it's going to be making sure the policies that use JSON still work via GPO:
AutoLaunchProtocolsFromOrigins
ExtensionSettings
Handlers
ManagedBookmarks
Preferences
Comment 4•3 years ago
|
||
bugherder |
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9248281 [details]
Bug 1737605 - Parse JSON directly from GPO so it's properly validated. r?mstriemer,mtigley
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Parity with 96, policy specific
- User impact if declined: Unable to verify errors with certain policies
- Fix Landed on Version: 96
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Has been on trunk with no issues. Unable to have automated test due to registry stuff.
Updated•3 years ago
|
Comment 6•3 years ago
|
||
Comment on attachment 9248281 [details]
Bug 1737605 - Parse JSON directly from GPO so it's properly validated. r?mstriemer,mtigley
Approved for 91.5esr.
Comment 7•3 years ago
|
||
bugherder uplift |
Comment 8•3 years ago
|
||
Verified that the following policies which use JSON are working if enabled/configured via GPO:
AutoLaunchProtocolsFromOrigins
ExtensionSettings
Handlers
ManagedBookmarks
Preferences
Verification was performed using Firefox 96.0b8 (BuildId:20211221185759) and Firefox 91.5.0esr (provided in comment 7) on Windows 10 64bit.
Description
•