bkrumnow

Results 3 comments of bkrumnow

> There is this pull request on the matter: [#526](https://github.com/openwpm/OpenWPM/pull/526) Unfortunately, this solution is not ideal. At least, it is known to leave traces in the [DOM](https://doi.org/10.1145/3487552.3487843). If you are...

Hi @vringar, Yes, there is one tradeoff: prototype pollution. The stealth_extension avoids prototype pollution on the cost of tracing origin. That means if you have multiple objects that share a...

@vringar Let me know, if there is anything needed. I am happy to help.