Skip to content

Files

Latest commit

dedc84b · Oct 2, 2024

History

History

Extension

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 5, 2023
Nov 23, 2023
Sep 23, 2022
Sep 5, 2023
Oct 14, 2022
Sep 23, 2022
Sep 23, 2022
Sep 19, 2023
Oct 14, 2022
Sep 23, 2022
Jan 31, 2023
Sep 23, 2022
Oct 2, 2024
Feb 8, 2024
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022

OpenWPM Client Extension

Used by the OpenWPM platform. This extension implements the OpenWPM instrumentation as a WebExtension. It allows users to track and monitor privacy-related browsing behavior.

Installation

npm ci

Instrumentation

The instrumentation leverages the available JavaScript APIs for WebExtensions and listens to navigation, web requests, cookie modifications and access to certain javascript API:s, as described in the main OpenWPM project README under the following bullet points:

  • HTTP Request and Response Headers, redirects, and POST request bodies
  • Javascript Calls
  • Response body content
  • Cookie Access (Experimental)

More specifically, all packets sent by the instrumentation conform to these interfaces.