Closed
Bug 1524313
Opened 6 years ago
Closed 6 years ago
ImageCacheKey should use the right method to check if a window is 3rd party
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
Details
Attachments
(1 file)
As the comment says, we are checking here if a window is a 3rd party tracker. The correct function to use is: nsContentUtils::IsThirdPartyTrackingResourceWindow().
Note that this is just an optimization, because nsContentUtils::StorageDisabledByAntiTracking(), in the end, after several steps, calls IsThirdPartyTrackingResourceWindow() here:
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c980928bd2d7
ImageCacheKey should use the right method to check if a window is 3rd party, r=Ehsan
Updated•6 years ago
|
Assignee: nobody → amarchesini
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•