Project moved to https://code.europa.eu/EDPS/website-evidence-collector ! The tool Website Evidence Collector (WEC) automates the website evidence collection of storage and transfer of personal data. https://edps.europa.eu/press-publications/edps-inspection-software_en
Problem:
The current version of the Website Evidence Collector tool doesn't seem to include support for crawling Session Storage.
Request:
I would like to request the implementation of Session Storage support in the tool. Session Storage is a crucial part of web data storage, and its inclusion would enhance the tool's capabilities.
Is it possible to retrieve the session storage from puppeteer using a flag or something similar? Without forking your current repository.
We can see in output/browser-profile/Default/Session Storage/000003.log that the session storage is available but not outputted by the library.
Problem: The current version of the Website Evidence Collector tool doesn't seem to include support for crawling Session Storage.
Request: I would like to request the implementation of Session Storage support in the tool. Session Storage is a crucial part of web data storage, and its inclusion would enhance the tool's capabilities.
Is it possible to retrieve the session storage from puppeteer using a flag or something similar? Without forking your current repository. We can see in
output/browser-profile/Default/Session Storage/000003.log
that the session storage is available but not outputted by the library.