Closed
Bug 1951608
Opened 19 days ago
Closed 19 days ago
Stop setting security.external_protocol_requires_permission pref in test due to it being removed
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: manuel, Assigned: baku, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=javascript])
Attachments
(1 file)
Got removed in Bug 1925479
await SpecialPowers.pushPrefEnv({
set: [
// Disabling the external protocol permission prompt. We don't need it
// for this test.
["security.external_protocol_requires_permission", false],
],
});
Assignee | ||
Comment 1•19 days ago
|
||
Updated•19 days ago
|
Assignee: nobody → amarchesini
Status: NEW → ASSIGNED
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ad3655233373
Stop setting security.external_protocol_requires_permission pref, r=manuel,extension-reviewers,rpl
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•