Closed
Bug 1830852
Opened 2 years ago
Closed 2 years ago
Set untrust integrity level on extension processes for Windows
Categories
(Firefox :: Security, enhancement)
Firefox
Security
Tracking
()
RESOLVED
DUPLICATE
of bug 1831036
People
(Reporter: Tom25519, Unassigned)
References
Details
Now Firefox extension process have "low" integrity level, if possible, drop it to "untrusted", the same as Chromium.
Note: If some extensions need to run in "low" integrity level, once firefox could run every extension in separate processes (https://bugzilla.mozilla.org/show_bug.cgi?id=1827085), we could run them in "low" integrity level, and others run in "untrusted".
Or, if extension needs to read/write files on local disk which need higher integrity level, parent process as broker, extension call it to do that, all exrension processes have "untrusted" integrity level.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1831036
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•