Wesley Tan
Results
2
comments of
Wesley Tan
Hi there! I am an undergraduate researching into browser fingerprinting. So, ultimately, 1. What is the difference between id and request_id? 2. How are request_id grouped?
> The basic way to reenable tracking protection is to have a `browser_params["tp_cookies"].lower() == "etp"` check in here https://github.com/mozilla/OpenWPM/blob/65337e0c19dc857f63bbca1b3aa3773a2c49fd42/automation/DeployBrowsers/configure_firefox.py#L17-L23 and set `cookie_behaviour` to 5 if that's the case. The only...