GoogleChromeLabs / ps-analysis-tool

Privacy Sandbox Analysis Chrome Extension and CLI for analysis and understanding of cookie usage on web pages, and new privacy-preserving Chrome APIs
https://www.privacysandbox.com
Apache License 2.0
91 stars 20 forks source link

Fix: Inconsistent highlighting on livemint.com #683

Closed ayushnirwal closed 1 month ago

ayushnirwal commented 2 months ago

Description

This PR fixes some cookies not being highlighted on livemint.com

Relevant Technical Choices

  1. isBlocked is recalculated in parseNetworkDataToCookieData

Testing Instructions

  1. Run npm run cli -- -u https://livemint.com/
  2. Open CLI Dashboard and the ppid cookie should be highlighted

Screenshot/Screencast


Checklist

Fixes #680