mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
ef2c6c9ebc
To record whether we have detected suspicious fingerprinting activities to the ContentBlockingLog, we introduce a new ContentBlockingLog event called STATE_BLOCKED_SUSPICIOUS_FINGERPRINTING. Whenever a fingerprinting content blocking event gets recorded under an origin, we check if this origin is conducting suspicious fingerprinting activites. Then, we store this fact under the origin entry and notify the STATE_BLOCKED_SUSPICIOUS_FINGERPRINTING event to indicate that there is a suspicous fingerprinitng activity happening. I need to move ContentBlockingLog::RecordLogInternal() from header to cpp file to avoid include file dependency issue. Differential Revision: https://phabricator.services.mozilla.com/D193454 |
||
---|---|---|
.. | ||
base | ||
docs | ||
exthandler | ||
prefetch | ||
preload | ||
moz.build |