privacytests / privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering.
https://privacytests.org
MIT License
797 stars 23 forks source link

Does first-party partitioning propagate into nested web workers? #115

Open arthuredelstein opened 2 years ago

arthuredelstein commented 2 years ago

As I mentioned:

It would be good to check if the first-party domain partitioning (i.e., OriginAttibutes) correctly propagates from the top-level page to a third-party iframe, to a web worker spawned by the iframe, to a second web worker spawned by the first web worker.

We would need to check something stateful that is supposed to be partitioned, such as IndexedDB.