Closed
Bug 1943057
Opened 1 year ago
Closed 1 year ago
Remove userScripts prefs
Categories
(WebExtensions :: General, task, P5)
WebExtensions
General
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: robwu, Assigned: cheff)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Remove these two preferences:
extensions.webextensions.userScripts.enabled- this was about the MV2 userScripts feature that predates the MV3 one, having been true by default for many years already.extensions.userScripts.mv3.enabled- this was a hidden pref until recently (bug 1943050). This pref is not really designed to be flipped by users, as it only applies to new extension installations (or whenever permissions are recomputed, e.g. at browser updates). We should remove this pref whenever it is true by default everywhere.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P5
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → mr.m
Status: NEW → ASSIGNED
Pushed by rob@robwu.nl:
https://github.com/mozilla-firefox/firefox/commit/8a42bef56183
https://hg.mozilla.org/integration/autoland/rev/aaf73bc2891a
Remove pref extensions.webextensions.userScripts.enabled r=extension-reviewers,robwu
https://github.com/mozilla-firefox/firefox/commit/f8638a484d56
https://hg.mozilla.org/integration/autoland/rev/0b9541b14399
Remove extensions.userScripts.mv3.enabled pref r=extension-reviewers,robwu
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/aaf73bc2891a
https://hg.mozilla.org/mozilla-central/rev/0b9541b14399
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•