Closed igvk closed 3 months ago
Thanks for your report! I can reproduce it, e.g. by visiting https://example.com and running new Image().src = "https://stackoverflow.com/"
from the console.
While the UI displays the partitioned cookies, the exported cookie lacks the expected topLevelSite
key.
This happens because I'm explicitly listing the set of permitted keys as part of JSON serialization, and apparently nested objects are also subjected to the list of permitted keys:
I'll work on a fix soon.
Fixed in version 1.8.
That's great you fixed it!
When there are partitioned cookies, and their export to file (or text) is selected, they are exported with absent partition key. It either null, or empty (consists of {} braces only, without value). Example: