OpenWPM icon indicating copy to clipboard operation
OpenWPM copied to clipboard

A web privacy measurement framework

Results 131 OpenWPM issues
Sort by recently updated
recently updated
newest added

Hi, The script `./scripts/install-firefox.sh` for OpenWPM v0.12.0 tries to download Firefox from this link: https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.v2.mozilla-release.revision.bd5d1f49975deb730064a16b3079edb53c4a5f84.firefox.linux64-add-on-devel/artifacts/public/build/target.tar.bz2. The problem with this link is that Firefox seems to remove old tags from https://firefox-ci-tc.services.mozilla.com/tasks/index/gecko.v2.mozilla-release.revision....

Currently there is no documentation on how to use primed profiles e.g. to run crawls with Addons or with some previous set of Cookies and Site Data.

documentation
task

As part of my bachelor's thesis I need to document the current state of capturing access to the WebAPIs. Since this might be useful information for other people as well,...

During crawling some websites, the OpenWPM will kinda freeze when reaching a webdriver-related command, e.g. running "https://www.marriott.com" in official demo.py, the script will hang in this line of custom_command.py `link_count...

bug
high-priority

taehyung222 reported on Matrix: > Hello, I wanted some info on OpenWPM-0.16.0. I noticed that there are some visit_ids present in the javascript_cookies table that are not present in the...

bug
high-priority

I created the docker image and in it I am using 30 browser instances. If I crawl 100 sites it completes the crawl and shuts down. However if I move...

bug
needs-investigation

Hi I found another problem with the `tab_restart_browser` function. The problem seems to be that spawning a new window fails due to the same origin policy. Sadly the problem does...

bug
high-priority

We could port some of our configuration documentation from [`Configuration.md`](https://github.com/mozilla/OpenWPM/blob/master/docs/Configuration.md) to docstrings in [`config.py`](https://github.com/mozilla/OpenWPM/blob/master/openwpm/config.py). An idea would be to keep some parts of `Configuration.md`, such as the [introductory part](https://github.com/mozilla/OpenWPM/blame/dafc26cb562a9d1a7444bb317a12ff69121441a7/docs/Configuration.md#L1L18) and...

documentation
task

Added Set **`javascript.options.asyncstack to true`** in the function `def optimize_prefs(prefs: Dict[str, Any]) -> None:` Closes #678