Bug 2003449 Comment 28 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Tim Huang[:timhuang] from comment #26)
> Inheriting the partitioned principal for the initial `about:blank` iframe is correct.

I'm afraid it's not. If I open a page `<html><iframe></iframe></html>` as `file://` URI, the top level doesn't have a partition key. But prior to bug 543435, the iframe would have one. So the iframe doesn't just inherit the partitioned principal from the embedder.
(In reply to Tim Huang[:timhuang] from comment #26)
> Inheriting the partitioned principal for the initial `about:blank` iframe is correct.

I'm afraid it's not. If I open a page `<html><iframe></iframe></html>` as `file://` URI, the top level doesn't have a partition key. But prior to bug 543435, the iframe would have one. So the iframe doesn't just inherit the partitioned principal from the embedder.

Perhaps an issue can be reproduced already before bug 543435 here. I wonder what the iframe initially has as partitioned principal, before the async `about:blank` load completes.

Back to Bug 2003449 Comment 28