Expand description
Cookie / personal-data transparency graph (v0).
Honest scope:
- Model: site origin → cookie name → attributes → purpose hypothesis (heuristic).
- Persist under
{storage}/webizen/cookie_graph.json. - Observe: v0 accepts agent-fetched
Set-Cookieheaders and/or explicit observations from the host. Full WebView2 cookie-jar parity is not claimed. - No MITM proxy.
Structs§
Enums§
Constants§
Functions§
- clear_
graph_ all - clear_
graph_ for_ origin - Clear cookie graph for origin and optionally log intent for site-data clear. Does not by itself wipe the WebView jar — pair with platform clear.
- hypothesize_
purpose - Heuristic purpose from cookie name (not ground truth).
- observe_
set_ cookies - Observe many Set-Cookie lines for a page URL; persist graph.
- parse_
set_ cookie - Parse a single Set-Cookie header line into a CookieNode (best-effort).
- summary_
for_ url - Summary for chrome UI.