Bug 1612902 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

On `boredpanda.com`, the social media tracker I see when blocked is `www.facebook.com`. The content blocking log for the anomalous case described in comment 0 is `"https://www.facebook.com": [[8192, true, 1], [32768, true, 1], [131072, true, 13]]`. So we're seeing `LOADED_LEVEL1_TRACKING_CONTENT`, `COOKIES_LOADED`, AND `LOADED_SOCIALTRACKING_CONTENT`.

So the UI is correctly putting this under None Detected, and the bug is that we are not recording a `COOKIES_LOADED_SOCIALTRACKER`. Investigatin...
On `boredpanda.com`, the social media tracker I see when blocked is `www.facebook.com`. The content blocking log for the anomalous case described in comment 0 is `"https://www.facebook.com": [[8192, true, 1], [32768, true, 1], [131072, true, 13]]`. So we're seeing `LOADED_LEVEL1_TRACKING_CONTENT`, `COOKIES_LOADED`, AND `LOADED_SOCIALTRACKING_CONTENT`.

So the UI is correctly putting this under None Detected, and the bug is that we are not recording a `COOKIES_LOADED_SOCIALTRACKER`. Investigating...

Back to Bug 1612902 Comment 3