Closed
Bug 1883919
Opened 2 years ago
Closed 2 years ago
Remove unused sandbox prefs
Categories
(Core :: Security: Process Sandboxing, task, P3)
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: cmartin, Assigned: cmartin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Good catch by Jeff Muizelaar -- We removed the logic around security.sandbox.rdd.level some time ago, but we left the code that reads the pref here. It is simply unused, so we might as well get rid of it.
Bob also noticed that we do the same with security.sandbox.utility.level (here), so let's remove that too!
| Assignee | ||
Updated•2 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Summary: Remove unused `security.sandbox.rdd.level` pref → Remove unused sandbox prefs
Pushed by cmartin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80c146334cd8
Remove unused sandbox prefs r=bobowen
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•