зеркало из https://github.com/mozilla/gecko-dev.git
309a23afc3
The mIsTrackingResource flag on nsIHttpChannel was split into two separate flags depending on whether or not the resource is third-party. The correct flag will be set by the channel classifier. Similarly, a new function was introduced, GetIsThirdPartyTrackingResource(), for those consumers (like TP) who only care about third-party trackers. The existing function, GetIsTracking(), will continue to look at both first-party and third-party trackers (the behavior since first party tracking was added to annotations in bug 1476324). The OverrideTrackingResource() function now allows nsHTMLDocument to override both mIsFirstPartyTrackingResource and mIsThirdPartyTrackingResource, but since this function is a little dangerous and only has a single user, I added an assert to make future callers think twice about using it to opt out of tracking annotations. Currently, only the default storage restrictions need to look at first-party trackers so every other consumer has been moved to mIsThirdPartyTrackingResource or GetIsThirdPartyTrackingResource(). This effectively reverts the third-party checks added in bug 1476715 and replaces them with the more complicated check that was added in bug 1108017. It follows the approach that Ehsan initially suggested in bug 1476715. It also reverts the changes in the expected values of the tracking annotation test since these were, in hindsight, a warning about this regression. Depends on D3722 Differential Revision: https://phabricator.services.mozilla.com/D3723 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
doc | ||
test/frametest | ||
FTPChannelChild.cpp | ||
FTPChannelChild.h | ||
FTPChannelParent.cpp | ||
FTPChannelParent.h | ||
PFTPChannel.ipdl | ||
ftpCore.h | ||
moz.build | ||
nsFTPChannel.cpp | ||
nsFTPChannel.h | ||
nsFtpConnectionThread.cpp | ||
nsFtpConnectionThread.h | ||
nsFtpControlConnection.cpp | ||
nsFtpControlConnection.h | ||
nsFtpProtocolHandler.cpp | ||
nsFtpProtocolHandler.h | ||
nsIFTPChannel.idl | ||
nsIFTPChannelParentInternal.idl |