CARVIEW |
Select Language
HTTP/2 200
accept-ranges: bytes
content-type: text/html; charset=UTF-8
set-cookie: Bugzilla_login_request_cookie=3251K2cQib7m; path=/; secure; HttpOnly; SameSite=Lax
set-cookie: github_token=85Lhmk0QqBq60T3RmMscsrdl82O5Za5JdqEAnj4XagwiQR7mRUUItFcfd2i0wjedN1zbHGZcywz1oAesHIct0Q5M5rb6AnJm87vZnuoMNgvyJdNpt0dPy9l1r6VFgvhTauaIfpa3380926wAj4JEgekJGVXWaF7ix4nfMBLWnYLsmJJhD5snAdLjI01KKv7iebCIX0MucJeDwltGR2WbVqsmWHn586IZ8zwMK4pALLk4QwysKGqKIGZLn1JRPKZ6; path=/; secure; HttpOnly; SameSite=Lax
via: 1.1 google, 1.1 varnish, 1.1 varnish
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=31536000; includeSubDomains
content-encoding: gzip
referrer-policy: same-origin
server: nginx
x-frame-options: SAMEORIGIN
content-security-policy: default-src 'self'; worker-src 'none'; connect-src 'self' https://product-details.mozilla.org https://treeherder.mozilla.org/api/failurecount/; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://secure.gravatar.com https://bug1943057.bmoattachments.org/; media-src 'self' https://bug1943057.bmoattachments.org/; object-src 'none'; script-src 'self' 'nonce-ISzaD00ktOYhIMCFDsgAFfIwrrvvshbsu21VEbtHIgUgkPo5' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src 'self' https://crash-stop-addon.herokuapp.com; frame-ancestors 'self'; form-action 'self' https://www.google.com/search https://github.com/login/oauth/authorize https://github.com/login https://phabricator.services.mozilla.com/ https://people.mozilla.org
date: Sun, 05 Oct 2025 20:02:03 GMT
x-served-by: cache-bom-vanm7210065-BOM, cache-bom-vanm7210021-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1759694522.045587,VS0,VE1223
vary: Accept-Encoding
1943057 - Remove userScripts prefs
Remove user
Closed
Bug 1943057
Opened 9 months ago
Closed 2 months ago
Remove userScripts prefs
*
Summary:
Remove userScripts prefs
Categories
(WebExtensions :: General, task, P5)
Tracking
(firefox143 fixed)
RESOLVED
FIXED
RESOLVED
FIXED
143 Branch
Iteration:
---
a11y-review | |
Accessibility Severity | |
Webcompat Score | |
Webcompat Priority | |
Performance Impact |
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
Tracking | Status | |
---|---|---|
relnote-firefox | ||
thunderbird_esr115 | ||
thunderbird_esr140 | ||
firefox-esr115 | ||
firefox-esr140 | ||
firefox143 | ||
firefox144 | ||
firefox145 |
webextensions |
People
(Reporter: robwu, Assigned: cheff)
References
(Blocks 2 open bugs)
---
---
Details
---
---
---
QA Whiteboard:
---
Has STR:
---
Change Request:
---
1
Bug Flags:
| ||||
Crash Data
Signature:
None
Security
(public)
This bug is publicly visible.
User Story
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•8 months ago
|
Severity: -- → N/A
Priority: -- → P5
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
Attached file
Bug 1943057 - Remove extensions.userScripts.mv3.enabled pref
— Details
Updated•2 months 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•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aaf73bc2891a
https://hg.mozilla.org/mozilla-central/rev/0b9541b14399
Status: ASSIGNED → RESOLVED
Closed: 2 months 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
•