Closed
Bug 1811863
Opened 3 years ago
Closed 3 years ago
Remove direct uses of StaticPrefs::privacy_resistFingerprinting
Categories
(Core :: Security, enhancement)
Core
Security
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: tschuster, Assigned: tschuster)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
There are still a few direct callers of StaticPrefs::privacy_resistFingerprinting()
, which need to be changed. Afterwards we should use do_not_use_directly: true
in StaticPrefList.yaml.
Assignee | ||
Updated•3 years ago
|
Keywords: leave-open
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
This refactors the code to be closer to the main-thread Navigator implementation, but
the new CallerType and old workerPrivate->UsesSystemPrincipal() is functionally identical.
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D167821
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D167822
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ce68cf17f92
Make WorkerNavigator use more precise RFP check. r=dom-worker-reviewers,smaug
https://hg.mozilla.org/integration/autoland/rev/6066da9bd165
Use a more precise RFP check in AudioContext. r=padenot
https://hg.mozilla.org/integration/autoland/rev/55e21caf8a0f
Use a more precise RFP check in nsPresContext::UpdateFontVisibility. r=jfkthame
Assignee | ||
Comment 6•3 years ago
|
||
Comment 7•3 years ago
|
||
bugherder |
Assignee | ||
Updated•3 years ago
|
Keywords: leave-open
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f562d16cff40
Replace the remaining users of privacy_resistFingerprinting(). r=tjr
Comment 9•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•