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)

task

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

https://searchfox.org/mozilla-central/rev/a2abcf7ff6b7ae0c2d8a04b9a35679f8c84634e7/toolkit/components/extensions/test/mochitest/test_ext_protocolHandlers.html#578-584

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: 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
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: