Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: send cookies via an embedded iframe #17036

Merged
merged 1 commit into from Sep 2, 2022

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Sep 2, 2022

Test for #16937

This broke in FF 104 since they enabled the Total cookie protection. If I disable it, it works as expected.

use: {
  launchOptions: {
      firefoxUserPrefs: {
        'network.cookie.cookieBehavior': 4
      }
  }
}

This should fix a bunch of auth0 login storageState scenarios.

@mxschmitt mxschmitt changed the title chore: send cookies via an embedded iframe test: send cookies via an embedded iframe Sep 2, 2022
@dgozman dgozman merged commit 8f1f494 into microsoft:main Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants