Bug 1839918 adds simple tests for redirects that set cookies on the top level context. We should also add test coverage for subresources. Only if a subresources is same-site to the top level the redirect should be considered stateful. Test cases: 1. Test client bounce with cookie in same-site frame [A -> A]. 2. Test client bounce with cookie in cross-site frame [A -> B]. 3. Test client bounce with cookie in same-site frame [A -> B -> A]. 4. Test server bounce with cookie from same-site sub-resource [A -> A]. 5. Test server bounce with cookie from cross-site subresource [A -> B]. 6. Test server bounce with cookie from same-site sub-resource [A -> B -> A].
Bug 1848963 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Bug 1839918 adds simple tests for redirects that set cookies on the top level context. We should also add test coverage for subresources. Test cases: 1. Test client bounce with cookie in same-site frame [A -> A]. 2. Test client bounce with cookie in cross-site frame [A -> B]. 3. Test client bounce with cookie in same-site frame [A -> B -> A]. 4. Test server bounce with cookie from same-site sub-resource [A -> A]. 5. Test server bounce with cookie from cross-site subresource [A -> B]. 6. Test server bounce with cookie from same-site sub-resource [A -> B -> A].