Skip to content

Conversation

@amaghzaz-y
Copy link

Description

Adds the ability to visualize the network of cookies associated with visited websites. This visualization is presented as a network graph, where nodes represent cookies and edges represent the relationships between them. The color of each node indicates its type (first-party, third-party, etc.), and the thickness of each edge indicates the strength of the relationship between the two nodes.

Breaking changes

  • added angular router
  • initEventsHandler now handles a newly created external window for cookies
  • added a new button to the toolbar to show cookievis

Added third party libraries

  • Highcharts
  • Highcharts-angular

Known issues

Reopening the cookie window after closing it triggers an exception since its reference to has been destroyed
(workaround: create a new window and assign event handlers each time we click the cookie button)

Preview

cookievis.webm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant